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 | 傭됭쾮傭됭쾮^ | 11100101100000101010110111101011100100001010110111101100101111101010111011100101100000101010110111101011100100001010110111101100101111101010111001011110 | e582adeb90adecbeaee582adeb90adecbeae5e |
UHC | 傭됭쾮傭됭쾮^ | 11101001101101101000100111101000101100101000010111101001101101101000100111101000101100101000010101011110 | e9b689e8b285e9b689e8b2855e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)