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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 調?媛?? | 10010010101100100011111110010101010100010011111100111111 | 92b23f95513f3f |
EUC-JP | 調?媛?? | 11000100101101000011111111001001101100100011111100111111 | c4b43fc9b23f3f |
UTF-8 | 調렒媛곁렯 | 111010001010101010111111111010111010000010010010111001011010101010011011111010101011001110000001111010111010000010101111 | e8aabfeba092e5aa9beab381eba0af |
UHC | 調렒媛곁렯 | 11110000111000001000111010100111111010101011000010110000111001111000111010111100 | f0e08ea7eab0b0e78ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)