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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 傭??傭??^ | 100101110110001000111111001111111001011101100010001111110011111101011110 | 97623f3f97623f3f5e |
EUC-JP | 傭??傭??^ | 110011011100001100111111001111111100110111000011001111110011111101011110 | cdc33f3fcdc33f3f5e |
UTF-8 | 傭됬쮽傭됬쮽^ | 11100101100000101010110111101011100100001010110011101100101011101011110111100101100000101010110111101011100100001010110011101100101011101011110101011110 | e582adeb90acecaebde582adeb90acecaebd5e |
UHC | 傭됬쮽傭됬쮽^ | 11101001101101101000100111100111101010001001100111101001101101101000100111100111101010001001100101011110 | e9b689e7a899e9b689e7a8995e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)