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 | ?K | 0011111101001011 | 3f4b |
SJIS-WIN | 瘤K | 111000011000111001001011 | e18e4b |
EUC-JP | 瘤K | 111000011110111001001011 | e1ee4b |
UTF-8 | 瘤K | 11100111100110001010010001001011 | e798a44b |
UHC | 瘤K | 110101111011101101001011 | d7bb4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)