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 | ¾¤ºë« | 10111110101001001000111110111010111010111000111010101011 | bea48fbaeb8eab |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?¤?ºë?? | 00111111100011111010001011110000001111111000111110100010111010111000111110101011101100110011111100111111 | 3f8fa2f03f8fa2eb8fabb33f3f |
UTF-8 | ¾¤ºë« | 1100001010111110110000101010010011000010100011111100001010111010110000111010101111000010100011101100001010101011 | c2bec2a4c28fc2bac3abc28ec2ab |
UHC | ¾¤?º??? | 10101000111110101010001010110100001111111010100010101100001111110011111100111111 | a8faa2b43fa8ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)