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 | 鋿式遙 | 111110111101110010001110101011101110101010100001 | fbdc8eaeeaa1 |
EUC-JP | 鋿式遙 | 10001111111001001101001010111100101100001111010010100011 | 8fe4d2bcb0f4a3 |
UTF-8 | 鋿式遙 | 111010011000101110111111111001011011110010001111111010011000000110011001 | e98bbfe5bc8fe98199 |
UHC | ?式遙 | 0011111111100011110100101110100110101011 | 3fe3d2e9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)