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 | 訂?聆 | 1001001011111001001111111110001111010111 | 92f93fe3d7 |
EUC-JP | 訂?聆 | 1100010011111011001111111110011011011001 | c4fb3fe6d9 |
UTF-8 | 訂흘聆 | 111010001010100010000010111011011001110110011000111010001000000110000110 | e8a882ed9d98e88186 |
UHC | 訂흘聆 | 111011111111010011001000111010101101011011000000 | eff4c8ead6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)