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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 踟イム雅⊃ | 1110011011110111101100101101000110001001111010111000000110111101 | e6f7b2d189eb81bd |
EUC-JP | 踟イム雅⊃ | 11101100111110011000111010110010100011101101000110110010111011011010001010111111 | ecf98eb28ed1b2eda2bf |
UTF-8 | 踟イム雅⊃ | 111010001011100010011111111011111011110110110010111011111011111010010001111010011001101110000101111000101000101010000011 | e8b89fefbdb2efbe91e99b85e28a83 |
UHC | ???雅⊃ | 00111111001111110011111111100100101110101010000111111001 | 3f3f3fe4baa1f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)