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 | 葆常什^ | 11100100110111001000111111101101100011110101100101011110 | e4dc8fed8f595e |
EUC-JP | 葆常什^ | 11101000110111101011111011101111101111011011101001011110 | e8debeefbdba5e |
UTF-8 | 葆常什^ | 11101000100100011000011011100101101110001011100011100100101110111000000001011110 | e89186e5b8b8e4bb805e |
UHC | ?常什^ | 001111111101111111001000111001001010011101011110 | 3fdfc8e4a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)