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 | 讌。彧匁ーセ^ | 11100110101001011010000111111010101110011001011011100110101100001011111001011110 | e6a5a1fab996e6b0be5e |
EUC-JP | 讌。彧匁ーセ^ | 1110110010100111100011101010000110001111101111001111111011001100111010001000111010110000100011101011111001011110 | eca78ea18fbcfecce88eb08ebe5e |
UTF-8 | 讌。彧匁ーセ^ | 11101000101011101000110011101111101111011010000111100101101111011010011111100101100011001000000111101111101111011011000011101111101111011011111001011110 | e8ae8cefbda1e5bda7e58c81efbdb0efbdbe5e |
UHC | ??彧???^ | 0011111100111111111010011110111000111111001111110011111101011110 | 3f3fe9ee3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)