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 | 岳??淫? | 10001010011110000011111100111111100010001111101000111111 | 8a783f3f88fa3f |
EUC-JP | 岳??淫? | 10110011110110010011111100111111101100001111110000111111 | b3d93f3fb0fc3f |
UTF-8 | 岳롮넚淫쏝 | 111001011011001010110011111010111010000110101110111010111000010010011010111001101011011110101011111011001000111110011101 | e5b2b3eba1aeeb849ae6b7abec8f9d |
UHC | 岳롮넚淫쏝 | 11100100101111111000111011101100100001101010000111101011111000101001110001000010 | e4bf8eec86a1ebe29c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)