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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 傭?ェ | 1001011101100010001111111000001101000110 | 97623f8346 |
EUC-JP | 傭?ェ | 1100110111000011001111111010010110100111 | cdc33fa5a7 |
UTF-8 | 傭됭ェ | 111001011000001010101101111010111001000010101101111000111000001010100111 | e582adeb90ade382a7 |
UHC | 傭됭ェ | 111010011011011010001001111010001010101110100111 | e9b689e8aba7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)