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 | 蒸給? | 1000111111110110100010111000101100111111 | 8ff68b8b3f |
EUC-JP | 蒸給? | 1011111011111000101101011110101100111111 | bef8b5eb3f |
UTF-8 | 蒸給ㄻ | 111010001001001010111000111001111011010110100110111000111000010010111011 | e892b8e7b5a6e384bb |
UHC | 蒸給ㄻ | 111100011111101011010000111001011010010010101011 | f1fad0e5a4ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)