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 | 瓦?馬 | 1000101010100010001111111001010001101110 | 8aa23f946e |
EUC-JP | 瓦?馬 | 1011010010100100001111111100011111001111 | b4a43fc7cf |
UTF-8 | 瓦쇠馬 | 111001111001001110100110111011001000011110100000111010011010011010101100 | e793a6ec87a0e9a6ac |
UHC | 瓦쇠馬 | 111010001011111110111100111010001101100010101001 | e8bfbce8d8a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)