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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 箏????? | 11100010101101010011111100111111001111110011111100111111 | e2b53f3f3f3f3f |
EUC-JP | 箏????? | 11100100101101110011111100111111001111110011111100111111 | e4b73f3f3f3f3f |
UTF-8 | 箏렰뤯헤끗렠 | 111001111010111010001111111010111010000010110000111010111010010010101111111011011001011110100100111010111000000110010111111010111010000010100000 | e7ae8feba0b0eba4afed97a4eb8197eba0a0 |
UHC | 箏렰뤯헤끗렠 | 111011101011010010001110101111011000111111011101110001111110110010110010111111011000111010110001 | eeb48ebd8fddc7ecb2fd8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)