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 | ?_}v?_}vB | 001111110101111101111101011101100011111101011111011111010111011001000010 | 3f5f7d763f5f7d7642 |
SJIS-WIN | ?_}v?_}vB | 001111110101111101111101011101100011111101011111011111010111011001000010 | 3f5f7d763f5f7d7642 |
EUC-JP | ?_}v?_}vB | 001111110101111101111101011101100011111101011111011111010111011001000010 | 3f5f7d763f5f7d7642 |
UTF-8 | 묧_}v묧_}vB | 11101011101011001010011101011111011111010111011011101011101011001010011101011111011111010111011001000010 | ebaca75f7d76ebaca75f7d7642 |
UHC | 묧_}v묧_}vB | 1001000111111110010111110111110101110110100100011111111001011111011111010111011001000010 | 91fe5f7d7691fe5f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)