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 | 鱆哈獻 | 111010011110000110011001111110111110000011011001 | e9e199fbe0d9 |
EUC-JP | 鱆哈獻 | 111100101110001111010010111111011110000011011011 | f2e3d2fde0db |
UTF-8 | 鱆哈獻 | 111010011011000110000110111001011001001110001000111001111000110110111011 | e9b186e59388e78dbb |
UHC | ?哈獻 | 0011111111111001111010111111101011001100 | 3ff9ebfacc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)