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 | ûZÄè§ | 111110110101101011000100111010001000111010100111 | fb5ac4e88ea7 |
SJIS-WIN | ?Z???§ | 00111111010110100011111100111111001111111000000110011000 | 3f5a3f3f3f8198 |
EUC-JP | ûZÄè?§ | 10001111101010111110010101011010100011111010101010100011100011111010101110110010001111111010000111111000 | 8fabe55a8faaa38fabb23fa1f8 |
UTF-8 | ûZÄè§ | 1100001110111011010110101100001110000100110000111010100011000010100011101100001010100111 | c3bb5ac384c3a8c28ec2a7 |
UHC | ?Z???§ | 00111111010110100011111100111111001111111010000111010111 | 3f5a3f3f3fa1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)