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 | 也??獄? | 10010110111001110011111100111111100011011001011000111111 | 96e73f3f8d963f |
EUC-JP | 也??獄? | 11001100111010010011111100111111101110011111011000111111 | cce93f3fb9f63f |
UTF-8 | 也싧걞獄괚 | 111001001011100110011111111011001000101110100111111010101011000110011110111001111000110110000100111010101011010010011010 | e4b99fec8ba7eab19ee78d84eab49a |
UHC | 也싧걞獄괚 | 11100101101001011001101011100101100000011000011111101000101010111000001001000110 | e5a59ae58187e8ab8246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)