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?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 傭??h傭? | 1001011101100010001111110011111101101000100101110110001000111111 | 97623f3f6897623f |
EUC-JP | 傭??h傭? | 1100110111000011001111110011111101101000110011011100001100111111 | cdc33f3f68cdc33f |
UTF-8 | 傭됭쾳h傭됭 | 11100101100000101010110111101011100100001010110111101100101111101011001101101000111001011000001010101101111010111001000010101101 | e582adeb90adecbeb368e582adeb90ad |
UHC | 傭됭쾳h傭됭 | 1110100110110110100010011110100010110010100010010110100011101001101101101000100111101000 | e9b689e8b28968e9b689e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)