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 | ??ⅴ??ⅴ^ | 001111110011111111111010010001000011111100111111111110100100010001011110 | 3f3ffa443f3ffa445e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 렺늙ⅴ렺늙ⅴ^ | 11101011101000001011101011101011100010101001100111100010100001011011010011101011101000001011101011101011100010101001100111100010100001011011010001011110 | eba0baeb8a99e285b4eba0baeb8a99e285b45e |
UHC | 렺늙ⅴ렺늙ⅴ^ | 10001110110000101011010011000100101001011010010110001110110000101011010011000100101001011010010101011110 | 8ec2b4c4a5a58ec2b4c4a5a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)