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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ???烏l?^ | 001111110011111100111111100010010100011110000010100011000011111101011110 | 3f3f3f8947828c3f5e |
EUC-JP | ???烏l?^ | 001111110011111100111111101100011010100010100011111011000011111101011110 | 3f3f3fb1a8a3ec3f5e |
UTF-8 | 凉붾젧烏l쥮^ | 11101111101001011011100111101011101101101011111011101100101000001010011111100111100000111000111111101111101111011000110011101100101001011010111001011110 | efa5b9ebb6beeca0a7e7838fefbd8ceca5ae5e |
UHC | 凉붾젧烏l쥮^ | 11100101101111001001010011101011101000001001111111101000101000011010001111101100101000101001111101011110 | e5bc94eba09fe8a1a3eca29f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)