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 | 鱆哈髴 | 111010011110000110011001111110111110100110011100 | e9e199fbe99c |
EUC-JP | 鱆哈髴 | 111100101110001111010010111111011111000111111100 | f2e3d2fdf1fc |
UTF-8 | 鱆哈髴 | 111010011011000110000110111001011001001110001000111010011010101110110100 | e9b186e59388e9abb4 |
UHC | ?哈? | 00111111111110011110101100111111 | 3ff9eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)