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 | 嚥??幽 | 100110101000101100111111001111111001011101001000 | 9a8b3f3f9748 |
EUC-JP | 嚥??幽 | 110100111110101100111111001111111100110110101001 | d3eb3f3fcda9 |
UTF-8 | 嚥싢뫕幽 | 111001011001101010100101111011001000101110100010111010111010101110010101111001011011100110111101 | e59aa5ec8ba2ebab95e5b9bd |
UHC | 嚥싢뫕幽 | 1110011010111111100110101110001010010001101101111110101011101011 | e6bf9ae291b7eaeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)