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 | ðý·¼ | 111100001111110110001110101101111000111110111100 | f0fd8eb78fbc |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ðý???? | 10001111101010011100001110001111101010111111001000111111001111110011111100111111 | 8fa9c38fabf23f3f3f3f |
UTF-8 | ðý·¼ | 110000111011000011000011101111011100001010001110110000101011011111000010100011111100001010111100 | c3b0c3bdc28ec2b7c28fc2bc |
UHC | ð??·?¼ | 101010011010001100111111001111111010000110100100001111111010100011111001 | a9a33f3fa1a43fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)