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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??ぎ? | 0011111100111111100000101010110000111111 | 3f3f82ac3f |
EUC-JP | ??ぎ晷 | 00111111001111111010010010101110100011111100001011000111 | 3f3fa4ae8fc2c7 |
UTF-8 | 禮욜ぎ晷 | 111011111010011010110110111011001001101010011100111000111000000110001110111001101001100110110111 | efa6b6ec9a9ce3818ee699b7 |
UHC | 禮욜ぎ晷 | 1110011111011111101111111110011110101010101011101100111111111100 | e7dfbfe7aaaecffc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)