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 | øý¹£ | 11111000111111011011100110100011 | f8fdb9a3 |
SJIS-WIN | ???£ | 0011111100111111001111111000000110010010 | 3f3f3f8192 |
EUC-JP | øý?£ | 100011111010100111001100100011111010101111110010001111111010000111110010 | 8fa9cc8fabf23fa1f2 |
UTF-8 | øý¹£ | 1100001110111000110000111011110111000010101110011100001010100011 | c3b8c3bdc2b9c2a3 |
UHC | ø?¹? | 101010011010101000111111101010011111011000111111 | a9aa3fa9f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)