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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 拙??儀底 | 1001000011011001001111110011111110001011010101101001001011101010 | 90d93f3f8b5692ea |
EUC-JP | 拙??儀底 | 1100000011011011001111110011111110110101101101111100010011101100 | c0db3f3fb5b7c4ec |
UTF-8 | 拙얘뤊儀底 | 111001101000101110011001111011001001011010011000111010111010010010001010111001011000010010000000111001011011101010010101 | e68b99ec9698eba48ae58480e5ba95 |
UHC | 拙얘뤊儀底 | 11110000111100001011111011101010100011111011101011101011111100001110111010111100 | f0f0beea8fbaebf0eebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)