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 | è÷½BB | 111010001111011110001110101111010100001001000010 | e8f78ebd4242 |
SJIS-WIN | ?÷??BB | 00111111100000011000000000111111001111110100001001000010 | 3f81803f3f4242 |
EUC-JP | è÷??BB | 100011111010101110110010101000011110000000111111001111110100001001000010 | 8fabb2a1e03f3f4242 |
UTF-8 | è÷½BB | 11000011101010001100001110110111110000101000111011000010101111010100001001000010 | c3a8c3b7c28ec2bd4242 |
UHC | ?÷?½BB | 0011111110100001110000000011111110101000111101100100001001000010 | 3fa1c03fa8f64242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)