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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 珀璢蕚菘 | 1110000011011111111000001110001111100100110101001110010011000011 | e0dfe0e3e4d4e4c3 |
EUC-JP | 珀璢蕚菘 | 1110000011100001111000001110010111101000110101101110100011000101 | e0e1e0e5e8d6e8c5 |
UTF-8 | 珀璢蕚菘 | 111001111000111110000000111001111001001010100010111010001001010110011010111010001000111110011000 | e78f80e792a2e8959ae88f98 |
UHC | 珀??? | 1101101011010110001111110011111100111111 | dad63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)