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 | 諤冗エョホ、 | 1110011010000000100011111110011110110100101011101100111010100100 | e6808fe7b4aecea4 |
EUC-JP | 諤冗エョホ、 | 111010111110000010111110111010011000111010110100100011101010111010001110110011101000111010100100 | ebe0bee98eb48eae8ece8ea4 |
UTF-8 | 諤冗エョホ、 | 111010001010101110100100111001011000011010010111111011111011110110110100111011111011110110101110111011111011111010001110111011111011110110100100 | e8aba4e58697efbdb4efbdaeefbe8eefbda4 |
UHC | ?冗???? | 00111111111010011011011100111111001111110011111100111111 | 3fe9b73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)