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 | ??啼 | 00111111001111111001101001100101 | 3f3f9a65 |
EUC-JP | 饔?啼 | 100011111110100011101111001111111101001111000110 | 8fe8ef3fd3c6 |
UTF-8 | 饔렡啼 | 111010011010010110010100111010111010000010100001111001011001010110111100 | e9a594eba0a1e595bc |
UHC | 饔렡啼 | 111010001011110110001110101100101111000010100110 | e8bd8eb2f0a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)