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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 逋クD逋クD^ | 111001111001100110111000010001001110011110011001101110000100010001011110 | e799b844e799b8445e |
EUC-JP | 逋クD逋クD^ | 1110110111111001100011101011100001000100111011011111100110001110101110000100010001011110 | edf98eb844edf98eb8445e |
UTF-8 | 逋クD逋クD^ | 111010011000000010001011111011111011110110111000010001001110100110000000100010111110111110111101101110000100010001011110 | e9808befbdb844e9808befbdb8445e |
UHC | 逋?D逋?D^ | 111110001110011100111111010001001111100011100111001111110100010001011110 | f8e73f44f8e73f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)