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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?鈺 | 001111111111101111000100 | 3ffbc4 |
EUC-JP | 脘鈺 | 100011111101011010101100100011111110001111010101 | 8fd6ac8fe3d5 |
UTF-8 | 脘鈺 | 111010001000010010011000111010011000100010111010 | e88498e988ba |
UHC | 脘鈺 | 11101000110100101110100010101101 | e8d2e8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)