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 | 中?缺 | 1001001010000110001111111110001110011110 | 92863fe39e |
EUC-JP | 中?缺 | 1100001111100110001111111110010111111110 | c3e63fe5fe |
UTF-8 | 中쇤缺 | 111001001011100010101101111011001000011110100100111001111011110010111010 | e4b8adec87a4e7bcba |
UHC | 中쇤缺 | 111100011110100110111100111010011100110011000000 | f1e9bce9ccc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)