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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邊「螟ア驤 | 1110011110110010101000101110010110100100101100011110100110001000 | e7b2a2e5a4b1e988 |
EUC-JP | 邊「螟ア驤 | 11101110101101001000111010100010111010101010011010001110101100011111000111101000 | eeb48ea2eaa68eb1f1e8 |
UTF-8 | 邊「螟ア驤 | 111010011000001010001010111011111011110110100010111010001001111010011111111011111011110110110001111010011010100110100100 | e9828aefbda2e89e9fefbdb1e9a9a4 |
UHC | 邊?螟?? | 11011100101010110011111111011001101011010011111100111111 | dcab3fd9ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)