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 | 襌手況裼 | 1110010111111001100011101110100010001011101101011110010111100111 | e5f98ee88bb5e5e7 |
EUC-JP | 襌手況裼 | 1110101011111011101111001110101010110110101101111110101011101001 | eafbbceab6b7eae9 |
UTF-8 | 襌手況裼 | 111010001010010110001100111001101000100110001011111001101011001110000001111010001010001110111100 | e8a58ce6898be6b381e8a3bc |
UHC | ?手況? | 001111111110001010100010111111001100111100111111 | 3fe2a2fccf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)