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 | ゥ」ィ?譯。 | 10101001101000111010100000111111111001101010000110100001 | a9a3a83fe6a1a1 |
EUC-JP | ゥ」ィ寗譯。 | 10001110101010011000111010100011100011101010100010001111101110101110000011101100101000111000111010100001 | 8ea98ea38ea88fbae0eca38ea1 |
UTF-8 | ゥ」ィ寗譯。 | 111011111011110110101001111011111011110110100011111011111011110110101000111001011010111110010111111010001010110110101111111011111011110110100001 | efbda9efbda3efbda8e5af97e8adafefbda1 |
UHC | ???寗譯? | 0011111100111111001111111101001010111100111001101011101100111111 | 3f3f3fd2bce6bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)