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 | 鋕璽遙 | 111110111101010010001110101000111110101010100001 | fbd48ea3eaa1 |
EUC-JP | 鋕璽遙 | 10001111111001001100000010111100101001011111010010100011 | 8fe4c0bca5f4a3 |
UTF-8 | 鋕璽遙 | 111010011000101110010101111001111001001010111101111010011000000110011001 | e98b95e792bde98199 |
UHC | ?璽遙 | 0011111111011111110111101110100110101011 | 3fdfdee9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)