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 | セ骼」オ」 | 1111001010101111101111101110100110001110101000111011010110100011 | f2afbee98ea3b5a3 |
EUC-JP | ?セ骼」オ」 | 0011111110001110101111101111000111101110100011101010001110001110101101011000111010100011 | 3f8ebef1ee8ea38eb58ea3 |
UTF-8 | セ骼」オ」 | 111011101000011110100110111011111011110110111110111010011010101010111100111011111011110110100011111011111011110110110101111011111011110110100011 | ee87a6efbdbee9aabcefbda3efbdb5efbda3 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)