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 | 彫?媛?彫? | 100100101010010000111111100101010101000100111111100100101010010000111111 | 92a43f95513f92a43f |
EUC-JP | 彫?媛?彫? | 110001001010011000111111110010011011001000111111110001001010011000111111 | c4a63fc9b23fc4a63f |
UTF-8 | 彫렞媛렲彫렞 | 111001011011110110101011111010111010000010011110111001011010101010011011111010111010000010110010111001011011110110101011111010111010000010011110 | e5bdabeba09ee5aa9beba0b2e5bdabeba09e |
UHC | 彫렞媛렲彫렞 | 111100001100000110001110101011111110101010110000100011101011111111110000110000011000111010101111 | f0c18eafeab08ebff0c18eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)