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 | ???wh | 0011111100111111001111110111011101101000 | 3f3f3f7768 |
SJIS-WIN | 辿贈臓wh | 1001001001001000100100011010000110010001100111110111011101101000 | 924891a1919f7768 |
EUC-JP | 辿贈臓wh | 1100001110101001110000101010001111000010101000010111011101101000 | c3a9c2a3c2a17768 |
UTF-8 | 辿贈臓wh | 1110100010111110101111111110100010110100100010001110100010000111100100110111011101101000 | e8bebfe8b488e887937768 |
UHC | ?贈?wh | 001111111111000111111100001111110111011101101000 | 3ff1fc3f7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)