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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 中?媛?⇔ | 1001001010000110001111111001010101010001001111111000000111001100 | 92863f95513f81cc |
EUC-JP | 中?媛?⇔ | 1100001111100110001111111100100110110010001111111010001011001110 | c3e63fc9b23fa2ce |
UTF-8 | 中렩媛븟⇔ | 111001001011100010101101111010111010000010101001111001011010101010011011111010111011100010011111111000101000011110010100 | e4b8adeba0a9e5aa9bebb89fe28794 |
UHC | 中렩媛븟⇔ | 11110001111010011000111010110111111010101011000010111010111100001010001010100010 | f1e98eb7eab0baf0a2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)