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 | 郁?擘^ | 100010001110100000111111100111011010010001011110 | 88e83f9da45e |
EUC-JP | 郁?擘^ | 101100001110101000111111110110101010011001011110 | b0ea3fdaa65e |
UTF-8 | 郁얗擘^ | 11101001100000111000000111101100100101101001011111100110100100111001100001011110 | e98381ec9697e693985e |
UHC | 郁얗擘^ | 11101001111101001011111011101001110110111111101101011110 | e9f4bee9dbfb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)