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 | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-WIN | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
EUC-JP | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
UTF-8 | 체횂z체횂zB | 111011001011001010110100111011011001101010000010011110101110110010110010101101001110110110011010100000100111101001000010 | ecb2b4ed9a827aecb2b4ed9a827a42 |
UHC | 체횂z체횂zB | 1100001110111100110000111000001001111010110000111011110011000011100000100111101001000010 | c3bcc3827ac3bcc3827a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)