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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 遏」彧匁ーセ^ | 11100111100111111010001111111010101110011001011011100110101100001011111001011110 | e79fa3fab996e6b0be5e |
EUC-JP | 遏」彧匁ーセ^ | 1110111010100001100011101010001110001111101111001111111011001100111010001000111010110000100011101011111001011110 | eea18ea38fbcfecce88eb08ebe5e |
UTF-8 | 遏」彧匁ーセ^ | 11101001100000011000111111101111101111011010001111100101101111011010011111100101100011001000000111101111101111011011000011101111101111011011111001011110 | e9818fefbda3e5bda7e58c81efbdb0efbdbe5e |
UHC | ??彧???^ | 0011111100111111111010011110111000111111001111110011111101011110 | 3f3fe9ee3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)