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 | ??CD??CD^ | 001111110011111101000011010001000011111100111111010000110100010001011110 | 3f3f43443f3f43445e |
SJIS-WIN | 恁?CD恁?CD^ | 1001110010001100001111110100001101000100100111001000110000111111010000110100010001011110 | 9c8c3f43449c8c3f43445e |
EUC-JP | 恁?CD恁?CD^ | 1101011111101100001111110100001101000100110101111110110000111111010000110100010001011110 | d7ec3f4344d7ec3f43445e |
UTF-8 | 恁찥CD恁찥CD^ | 1110011010000001100000011110110010110000101001010100001101000100111001101000000110000001111011001011000010100101010000110100010001011110 | e68181ecb0a54344e68181ecb0a543445e |
UHC | 恁찥CD恁찥CD^ | 11101100111101101010101001000001010000110100010011101100111101101010101001000001010000110100010001011110 | ecf6aa414344ecf6aa4143445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)