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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 袱冗エョホ、 | 1110010111011110100011111110011110110100101011101100111010100100 | e5de8fe7b4aecea4 |
EUC-JP | 袱冗エョホ、 | 111010101110000010111110111010011000111010110100100011101010111010001110110011101000111010100100 | eae0bee98eb48eae8ece8ea4 |
UTF-8 | 袱冗エョホ、 | 111010001010001010110001111001011000011010010111111011111011110110110100111011111011110110101110111011111011111010001110111011111011110110100100 | e8a2b1e58697efbdb4efbdaeefbe8eefbda4 |
UHC | ?冗???? | 00111111111010011011011100111111001111110011111100111111 | 3fe9b73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)