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 | ??????Q? | 0011111100111111001111110011111100111111001111110101000100111111 | 3f3f3f3f3f3f513f |
SJIS-WIN | ??????Q? | 0011111100111111001111110011111100111111001111110101000100111111 | 3f3f3f3f3f3f513f |
EUC-JP | ??????Q? | 0011111100111111001111110011111100111111001111110101000100111111 | 3f3f3f3f3f3f513f |
UTF-8 | 챵쨌횣첬횁청Q쨌 | 11101100101100011011010111101100101010001000110011101101100110101010001111101100101100101010110011101101100110101000000111101100101100101010110101010001111011001010100010001100 | ecb1b5eca88ced9aa3ecb2aced9a81ecb2ad51eca88c |
UHC | 챵쨌횣첬횁청Q쨌 | 110000111011001011000010101101111100001110011010110000111011101011000011100000011100001110111011010100011100001010110111 | c3b2c2b7c39ac3bac381c3bb51c2b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)