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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 擬??^ | 1000101101011011001111110011111101011110 | 8b5b3f3f5e |
EUC-JP | 擬??^ | 1011010110111100001111110011111101011110 | b5bc3f3f5e |
UTF-8 | 擬붿뼌^ | 11100110100100111010110011101011101101101011111111101011101111001000110001011110 | e693acebb6bfebbc8c5e |
UHC | 擬붿뼌^ | 11101011111101001001010011101100100101101001010001011110 | ebf494ec96945e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)