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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鮗玲悽 | 111010011011101010010111111001101001110010101100 | e9ba97e69cac |
EUC-JP | 鮗玲悽 | 111100101011110011001110111010001101100010101110 | f2bccee8d8ae |
UTF-8 | 鮗玲悽 | 111010011010111010010111111001111000111010110010111001101000001010111101 | e9ae97e78eb2e682bd |
UHC | ?玲悽 | 0011111111010110101111001111010010100100 | 3fd6bcf4a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)