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 | 迯停蔵繞殻 | 11100111100011011001001011100010100100011010000011100011100001011000101001101011 | e78d92e291a0e3858a6b |
EUC-JP | 迯停蔵繞殻 | 11101101111011011100010011100100110000101010001011100101111001011011001111001100 | ededc4e4c2a2e5e5b3cc |
UTF-8 | 迯停蔵繞殻 | 111010001011111110101111111001011000000110011100111010001001010010110101111001111011100110011110111001101010111010111011 | e8bfafe5819ce894b5e7b99ee6aebb |
UHC | ?停?繞? | 00111111111011111100111000111111111010011010010000111111 | 3fefce3fe9a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)