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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 茹?こB | 111001001010010100111111100000101011000101000010 | e4a53f82b142 |
EUC-JP | 茹?こB | 111010001010011100111111101001001011001101000010 | e8a73fa4b342 |
UTF-8 | 茹녔こB | 11101000100011001011100111101011100001011001010011100011100000011001001101000010 | e88cb9eb8594e3819342 |
UHC | 茹녔こB | 11100110101010101011001111100110101010101011001101000010 | e6aab3e6aab342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)