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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 傭??h傭 | 10010111011000100011111100111111011010001001011101100010 | 97623f3f689762 |
EUC-JP | 傭??h傭 | 11001101110000110011111100111111011010001100110111000011 | cdc33f3f68cdc3 |
UTF-8 | 傭됮낡h傭 | 11100101100000101010110111101011100100001010111011101011100000101010000101101000111001011000001010101101 | e582adeb90aeeb82a168e582ad |
UHC | 傭됮낡h傭 | 111010011011011010001001111010011011001110110000011010001110100110110110 | e9b689e9b3b068e9b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)