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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 苳削ОG | 11100100100101001000110111101101100001000100111101000111 | e4948ded844f47 |
EUC-JP | 苳削ОG | 11100111111101001011101011101111101001111011000001000111 | e7f4baefa7b047 |
UTF-8 | 苳削ОG | 111010001000101110110011111001011000100110001010110100001001111001000111 | e88bb3e5898ad09e47 |
UHC | ?削ОG | 001111111101111011111011101011001011000001000111 | 3fdefbacb047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)