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 | 1001100001101011100101101110001101111010100110000110101110010110111000110111101001000010 | 986b96e37a986b96e37a42 |
EUC-JP | 鰐悶z鰐悶zB | 1100111111001100110011001110010101111010110011111100110011001100111001010111101001000010 | cfcccce57acfcccce57a42 |
UTF-8 | 鰐悶z鰐悶zB | 111010011011000010010000111001101000001010110110011110101110100110110000100100001110011010000010101101100111101001000010 | e9b090e682b67ae9b090e682b67a42 |
UHC | 鰐悶z鰐悶zB | 1110010011001010110110101011111101111010111001001100101011011010101111110111101001000010 | e4cadabf7ae4cadabf7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)