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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???愛?? | 00111111001111110011111110001000101001000011111100111111 | 3f3f3f88a43f3f |
EUC-JP | 獒??愛?? | 100011111100101110111011001111110011111110110000101001100011111100111111 | 8fcbbb3f3fb0a63f3f |
UTF-8 | 獒앸젿愛됰젫 | 111001111000110110010010111011001001010110111000111011001010000010111111111001101000010010011011111010111001000010110000111011001010000010101011 | e78d92ec95b8eca0bfe6849beb90b0eca0ab |
UHC | 獒앸젿愛됰젫 | 111010001010001110011101111010111010000010110001111001001111000110001001111010111010000010100011 | e8a39deba0b1e4f189eba0a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)