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 | 11100011111001111000110011100101100001001010110001000010 | e3e78ce584ac42 |
EUC-JP | 肅悟┏B | 11100110111010011011100011100111101010001010111001000010 | e6e9b8e7a8ae42 |
UTF-8 | 肅悟┏B | 11101000100000101000010111100110100000101001111111100010100101001000111101000010 | e88285e6829fe2948f42 |
UHC | 肅悟┏B | 11100010110111001110011111110110101001101010111001000010 | e2dce7f6a6ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)