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 | ðç·§ | 111100001110011110001110101101111000111010100111 | f0e78eb78ea7 |
SJIS-WIN | ?????§ | 00111111001111110011111100111111001111111000000110011000 | 3f3f3f3f3f8198 |
EUC-JP | ðç???§ | 1000111110101001110000111000111110101011101011100011111100111111001111111010000111111000 | 8fa9c38fabae3f3f3fa1f8 |
UTF-8 | ðç·§ | 110000111011000011000011101001111100001010001110110000101011011111000010100011101100001010100111 | c3b0c3a7c28ec2b7c28ec2a7 |
UHC | ð??·?§ | 101010011010001100111111001111111010000110100100001111111010000111010111 | a9a33f3fa1a43fa1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)