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 | ¾³¼Ù¾æ | 100011101011111010001110101100111011110011011001101111101110011010001110 | 8ebe8eb3bcd9bee68e |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | ?????Ù?æ? | 00111111001111110011111100111111001111111000111110101010111000110011111110001111101010011100000100111111 | 3f3f3f3f3f8faae33f8fa9c13f |
UTF-8 | ¾³¼Ù¾æ | 110000101000111011000010101111101100001010001110110000101011001111000010101111001100001110011001110000101011111011000011101001101100001010001110 | c28ec2bec28ec2b3c2bcc399c2bec3a6c28e |
UHC | ?¾?³¼?¾æ? | 0011111110101000111110100011111110101001111110001010100011111001001111111010100011111010101010011010000100111111 | 3fa8fa3fa9f8a8f93fa8faa9a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)