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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 中?媛??翁 | 100100101000011000111111100101010101000100111111001111111000100110100101 | 92863f95513f3f89a5 |
EUC-JP | 中?媛??翁 | 110000111110011000111111110010011011001000111111001111111011001010100111 | c3e63fc9b23f3fb2a7 |
UTF-8 | 中렩媛븟♤翁 | 111001001011100010101101111010111010000010101001111001011010101010011011111010111011100010011111111000101001100110100100111001111011111110000001 | e4b8adeba0a9e5aa9bebb89fe299a4e7bf81 |
UHC | 中렩媛븟♤翁 | 111100011110100110001110101101111110101010110000101110101111000010100010101110111110100010111010 | f1e98eb7eab0baf0a2bbe8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)