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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 傭??h傭?? | 100101110110001000111111001111110110100010010111011000100011111100111111 | 97623f3f6897623f3f |
EUC-JP | 傭??h傭?? | 110011011100001100111111001111110110100011001101110000110011111100111111 | cdc33f3f68cdc33f3f |
UTF-8 | 傭됭쾳h傭됭쾳 | 11100101100000101010110111101011100100001010110111101100101111101011001101101000111001011000001010101101111010111001000010101101111011001011111010110011 | e582adeb90adecbeb368e582adeb90adecbeb3 |
UHC | 傭됭쾳h傭됭쾳 | 11101001101101101000100111101000101100101000100101101000111010011011011010001001111010001011001010001001 | e9b689e8b28968e9b689e8b289 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)