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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 郁?帆B | 100010001110100000111111100101001011111101000010 | 88e83f94bf42 |
EUC-JP | 郁?帆B | 101100001110101000111111110010001100000101000010 | b0ea3fc8c142 |
UTF-8 | 郁얗帆B | 11101001100000111000000111101100100101101001011111100101101110001000011001000010 | e98381ec9697e5b88642 |
UHC | 郁얗帆B | 11101001111101001011111011101001110110111110111001000010 | e9f4bee9dbee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)