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 | Í×¥ | 110011011101011110100101 | cdd7a5 |
SJIS-WIN | ?×¥ | 0011111110000001011111101000000110001111 | 3f817e818f |
EUC-JP | Í×? | 100011111010101010111111101000011101111100111111 | 8faabfa1df3f |
UTF-8 | Í×¥ | 110000111000110111000011100101111100001010100101 | c38dc397c2a5 |
UHC | ?×? | 00111111101000011011111100111111 | 3fa1bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)