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 | ???裕?? | 00111111001111110011111110010111010101000011111100111111 | 3f3f3f97543f3f |
EUC-JP | ???裕?? | 00111111001111110011111111001101101101010011111100111111 | 3f3f3fcdb53f3f |
UTF-8 | 囹덈씮裕뤷껙 | 111011111010011010101001111010111000110110001000111011001001010010101110111010001010001110010101111010111010010010110111111010101011101110011001 | efa6a9eb8d88ec94aee8a395eba4b7eabb99 |
UHC | 囹덈씮裕뤷껙 | 111001111010101010001000111010111001110110111111111010111010111010001111111001011011001010110011 | e7aa88eb9dbfebae8fe5b2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)