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 | 瑩?? | 11100000111100000011111100111111 | e0f03f3f |
EUC-JP | 瑩?? | 11100000111100100011111100111111 | e0f23f3f |
UTF-8 | 瑩쇗삤 | 111001111001000110101001111011001000011110010111111011001000001010100100 | e791a9ec8797ec82a4 |
UHC | 瑩쇗삤 | 111110111010100110111100111001101001100010100100 | fba9bce698a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)