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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 郁?? | 10001000111010000011111100111111 | 88e83f3f |
EUC-JP | 郁?? | 10110000111010100011111100111111 | b0ea3f3f |
UTF-8 | 郁얗썅 | 111010011000001110000001111011001001011010010111111011001000110110000101 | e98381ec9697ec8d85 |
UHC | 郁얗썅 | 111010011111010010111110111010011011110111100000 | e9f4bee9bde0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)