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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逎遂魂 | 111001111010001110010000100010111000110110110000 | e7a3908b8db0 |
EUC-JP | 逎遂魂 | 111011101010010110111111111010111011101010110010 | eea5bfebbab2 |
UTF-8 | 逎遂魂 | 111010011000000010001110111010011000000110000010111010011010110110000010 | e9808ee98182e9ad82 |
UHC | ?遂魂 | 0011111111100010110001001111101111101011 | 3fe2c4fbeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)