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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 襌手況 | 111001011111100110001110111010001000101110110101 | e5f98ee88bb5 |
EUC-JP | 襌手況 | 111010101111101110111100111010101011011010110111 | eafbbceab6b7 |
UTF-8 | 襌手況 | 111010001010010110001100111001101000100110001011111001101011001110000001 | e8a58ce6898be6b381 |
UHC | ?手況 | 0011111111100010101000101111110011001111 | 3fe2a2fccf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)