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 | 111010001010101000111111100001001010110001000010 | e8aa3f84ac42 |
EUC-JP | 隱?┏B | 111100001010110000111111101010001010111001000010 | f0ac3fa8ae42 |
UTF-8 | 隱잞┏B | 11101001100110101011000111101100100111101001111011100010100101001000111101000010 | e99ab1ec9e9ee2948f42 |
UHC | 隱잞┏B | 11101011110111111001111111101111101001101010111001000010 | ebdf9fefa6ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)