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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 誰淡贈其 | 1001001001001110100100100101011110010001101000011001000110110100 | 924e925791a191b4 |
EUC-JP | 誰淡贈其 | 1100001110101111110000111011100011000010101000111100001010110110 | c3afc3b8c2a3c2b6 |
UTF-8 | 誰淡贈其 | 111010001010101010110000111001101011011110100001111010001011010010001000111001011000010110110110 | e8aab0e6b7a1e8b488e585b6 |
UHC | 誰淡贈其 | 1110001011000001110100111011111111110001111111001101000011101100 | e2c1d3bff1fcd0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)