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 | 霓」驢榊 | 11101000101111011010001111101001100001101000110111100101 | e8bda3e9868de5 |
EUC-JP | 霓」驢榊 | 1111000010111111100011101010001111110001111001101011101011100111 | f0bf8ea3f1e6bae7 |
UTF-8 | 霓」驢榊 | 111010011001110010010011111011111011110110100011111010011010100110100010111001101010011010001010 | e99c93efbda3e9a9a2e6a68a |
UHC | 霓?驢? | 111001111110011100111111110101011111000000111111 | e7e73fd5f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)