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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ???烏f?B | 001111110011111100111111100010010100011110000010100001100011111101000010 | 3f3f3f894782863f42 |
EUC-JP | ???烏f?B | 001111110011111100111111101100011010100010100011111001100011111101000010 | 3f3f3fb1a8a3e63f42 |
UTF-8 | 凉붾젧烏f벤B | 11101111101001011011100111101011101101101011111011101100101000001010011111100111100000111000111111101111101111011000011011101011101100101010010001000010 | efa5b9ebb6beeca0a7e7838fefbd86ebb2a442 |
UHC | 凉붾젧烏f벤B | 11100101101111001001010011101011101000001001111111101000101000011010001111100110101110101010010101000010 | e5bc94eba09fe8a1a3e6baa542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)