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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逋ー霆戯 | 11100111100110011011000011101000101110111000101101011001 | e799b0e8bb8b59 |
EUC-JP | 逋ー霆戯 | 1110110111111001100011101011000011110000101111011011010110111010 | edf98eb0f0bdb5ba |
UTF-8 | 逋ー霆戯 | 111010011000000010001011111011111011110110110000111010011001110010000110111001101000100010101111 | e9808befbdb0e99c86e688af |
UHC | 逋?霆? | 111110001110011100111111111011111111110100111111 | f8e73feffd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)