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 | 荳ュ轢ィ繪。 | 111001001011100010101101111001111000000010101000111000111000100110100001 | e4b8ade780a8e389a1 |
EUC-JP | 荳ュ轢ィ繪。 | 111010001011101010001110101011011110110111100000100011101010100011100101111010011000111010100001 | e8ba8eadede08ea8e5e98ea1 |
UTF-8 | 荳ュ轢ィ繪。 | 111010001000110110110011111011111011110110101101111010001011110110100010111011111011110110101000111001111011100110101010111011111011110110100001 | e88db3efbdade8bda2efbda8e7b9aaefbda1 |
UHC | 荳?轢?繪? | 110101001110010100111111110101011111100100111111111111001110101100111111 | d4e53fd5f93ffceb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)