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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瓦?馬耘 | 10001010101000100011111110010100011011101110001111001111 | 8aa23f946ee3cf |
EUC-JP | 瓦?馬耘 | 10110100101001000011111111000111110011111110011011010001 | b4a43fc7cfe6d1 |
UTF-8 | 瓦쇠馬耘 | 111001111001001110100110111011001000011110100000111010011010011010101100111010001000000010011000 | e793a6ec87a0e9a6ace88098 |
UHC | 瓦쇠馬耘 | 1110100010111111101111001110100011011000101010011110100111111100 | e8bfbce8d8a9e9fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)