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 | 韋鍋「醍 | 11101000111010001001001111100111101000101001000111100111 | e8e893e7a291e7 |
EUC-JP | 韋鍋「醍 | 1111000011101010110001101110100110001110101000101100001011101001 | f0eac6e98ea2c2e9 |
UTF-8 | 韋鍋「醍 | 111010011001111110001011111010011000110110001011111011111011110110100010111010011000011010001101 | e99f8be98d8befbda2e9868d |
UHC | 韋鍋?醍 | 11101010110111111100111010100111001111111111000010110101 | eadfcea73ff0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)