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 | 魴晏嗇 | 111010011011010110011101111001011001101010100101 | e9b59de59aa5 |
EUC-JP | 魴晏嗇 | 111100101011011111011010111001111101010010100111 | f2b7dae7d4a7 |
UTF-8 | 魴晏嗇 | 111010011010110110110100111001101001100110001111111001011001011110000111 | e9adb4e6998fe59787 |
UHC | ?晏嗇 | 0011111111100100110011111101111111100000 | 3fe4cfdfe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)