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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 踵也命Y | 11100110111110011001011011100111100101101011110101011001 | e6f996e796bd59 |
EUC-JP | 踵也命Y | 11101100111110111100110011101001110011001011111101011001 | ecfbcce9ccbf59 |
UTF-8 | 踵也命Y | 11101000101110001011010111100100101110011001111111100101100100011011110101011001 | e8b8b5e4b99fe591bd59 |
UHC | 踵也命Y | 11110001101000101110010110100101110110011010010001011001 | f1a2e5a5d9a459 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)