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 | ???N? | 0011111100111111001111110100111000111111 | 3f3f3f4e3f |
SJIS-WIN | 濡??N濡 | 10010100010001110011111100111111010011101001010001000111 | 94473f3f4e9447 |
EUC-JP | 濡??N濡 | 11000111101010000011111100111111010011101100011110101000 | c7a83f3f4ec7a8 |
UTF-8 | 濡먮죿N濡 | 11100110101111111010000111101011101010001010111011101100101000111011111101001110111001101011111110100001 | e6bfa1eba8aeeca3bf4ee6bfa1 |
UHC | 濡먮죿N濡 | 111010111010000110010000111010111010000110010111010011101110101110100001 | eba190eba1974eeba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)