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 | ???S | 00111111001111110011111101010011 | 3f3f3f53 |
SJIS-WIN | 瓦??S | 1000101010100010001111110011111101010011 | 8aa23f3f53 |
EUC-JP | 瓦??S | 1011010010100100001111110011111101010011 | b4a43f3f53 |
UTF-8 | 瓦몌슁S | 11100111100100111010011011101011101010101000110011101100100010101000000101010011 | e793a6ebaa8cec8a8153 |
UHC | 瓦몌슁S | 11101000101111111011100011101111101111011011001101010011 | e8bfb8efbdb353 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)