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 | ???gF | 0011111100111111001111110110011101000110 | 3f3f3f6746 |
SJIS-WIN | 郁??gF | 100010001110100000111111001111110110011101000110 | 88e83f3f6746 |
EUC-JP | 郁??gF | 101100001110101000111111001111110110011101000110 | b0ea3f3f6746 |
UTF-8 | 郁양횐gF | 1110100110000011100000011110110010010110100100011110110110011010100100000110011101000110 | e98381ec9691ed9a906746 |
UHC | 郁양횐gF | 1110100111110100101111101110011111001000101110100110011101000110 | e9f4bee7c8ba6746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)