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 | ??oBF | 0011111100111111011011110100001001000110 | 3f3f6f4246 |
SJIS-WIN | 溽鳧oBF | 10011111111001111110100111101000011011110100001001000110 | 9fe7e9e86f4246 |
EUC-JP | 溽鳧oBF | 11011110111010011111001011101010011011110100001001000110 | dee9f2ea6f4246 |
UTF-8 | 溽鳧oBF | 111001101011101010111101111010011011001110100111011011110100001001000110 | e6babde9b3a76f4246 |
UHC | ?鳧oBF | 001111111101110111000000011011110100001001000110 | 3fddc06f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)