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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 邊ィ邊ィB | 11100111101100101010100011100111101100101010100001000010 | e7b2a8e7b2a842 |
EUC-JP | 邊ィ邊ィB | 111011101011010010001110101010001110111010110100100011101010100001000010 | eeb48ea8eeb48ea842 |
UTF-8 | 邊ィ邊ィB | 11101001100000101000101011101111101111011010100011101001100000101000101011101111101111011010100001000010 | e9828aefbda8e9828aefbda842 |
UHC | 邊?邊?B | 11011100101010110011111111011100101010110011111101000010 | dcab3fdcab3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)