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^ | 001111110011111101000011010001000011111100111111010000110100010001011110 | 3f3f43443f3f43445e |
EUC-JP | ??CD??CD^ | 001111110011111101000011010001000011111100111111010000110100010001011110 | 3f3f43443f3f43445e |
UTF-8 | 손샵CD손샵CD^ | 1110110010000110100100001110110010000011101101010100001101000100111011001000011010010000111011001000001110110101010000110100010001011110 | ec8690ec83b54344ec8690ec83b543445e |
UHC | 손샵CD손샵CD^ | 10111100110101011011110010100101010000110100010010111100110101011011110010100101010000110100010001011110 | bcd5bca54344bcd5bca543445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)