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 | ???蚓?? | 00111111001111110011111111100101011011010011111100111111 | 3f3f3fe56d3f3f |
EUC-JP | 孼??蚓?? | 100011111011101011000011001111110011111111101001110011100011111100111111 | 8fbac33f3fe9ce3f3f |
UTF-8 | 孼뽰쥉蚓귝굝 | 111001011010110110111100111010111011110110110000111011001010010110001001111010001001101010010011111010101011011110011101111010101011010110011101 | e5adbcebbdb0eca589e89a93eab79deab59d |
UHC | 孼뽰쥉蚓귝굝 | 111001011110110110010110111011001010001010000010111011001110001010000010111001101000001010000101 | e5ed96eca282ece282e68285 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)