To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 萬埼興 | 111001001101110110001101111010011000101110111011 | e4dd8de98bbb |
EUC-JP | 萬埼興 | 111010001101111110111010111010111011011010111101 | e8dfbaebb6bd |
UTF-8 | 萬埼興 | 111010001001000010101100111001011001111110111100111010001000100010001000 | e890ace59fbce88888 |
UHC | 萬埼興 | 110110001011111111010000111100101111110111101001 | d8bfd0f2fde9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)