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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 識븅컨}識븅컨{^ | 111011111010011110111100111010111011100010000101111011001011101110101000011111011110111110100111101111001110101110111000100001011110110010111011101010000111101101011110 | efa7bcebb885ecbba87defa7bcebb885ecbba87b5e |
UHC | 識븅컨}識븅컨{^ | 111100101011110110111010111010011100010011000001011111011111001010111101101110101110100111000100110000010111101101011110 | f2bdbae9c4c17df2bdbae9c4c17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)