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 | 001111110011111101001011 | 3f3f4b |
SJIS-WIN | 逋カK | 11100111100110011011011001001011 | e799b64b |
EUC-JP | 逋カK | 1110110111111001100011101011011001001011 | edf98eb64b |
UTF-8 | 逋カK | 11101001100000001000101111101111101111011011011001001011 | e9808befbdb64b |
UHC | 逋?K | 11111000111001110011111101001011 | f8e73f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)