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 | 襍ュ閧エ辯ヲ | 111010001011010110101101111010001000001010110100111001111000011110100110 | e8b5ade882b4e787a6 |
EUC-JP | 襍ュ閧エ辯ヲ | 111100001011011110001110101011011110111111100010100011101011010011101101111001111000111010100110 | f0b78eadefe28eb4ede78ea6 |
UTF-8 | 襍ュ閧エ辯ヲ | 111010001010010110001101111011111011110110101101111010011001011010100111111011111011110110110100111010001011111010101111111011111011110110100110 | e8a58defbdade996a7efbdb4e8beafefbda6 |
UHC | ????辯? | 00111111001111110011111100111111110111001010101000111111 | 3f3f3f3fdcaa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)