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 | ⅶ璽遙 | 111110100100011010001110101000111110101010100001 | fa468ea3eaa1 |
EUC-JP | ?璽遙 | 0011111110111100101001011111010010100011 | 3fbca5f4a3 |
UTF-8 | ⅶ璽遙 | 111000101000010110110110111001111001001010111101111010011000000110011001 | e285b6e792bde98199 |
UHC | ⅶ璽遙 | 101001011010011111011111110111101110100110101011 | a5a7dfdee9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)