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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 瓔?H | 11100000111110110011111101001000 | e0fb3f48 |
EUC-JP | 瓔?H | 11100000111111010011111101001000 | e0fd3f48 |
UTF-8 | 瓔볓H | 11100111100100111001010011101011101100111001001101001000 | e79394ebb39348 |
UHC | 瓔볓H | 1110011111000010100100111101110001001000 | e7c293dc48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)