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 | 壓潟?耶 | 10011010110110001000101010000011001111111001011011101011 | 9ad88a833f96eb |
EUC-JP | 壓潟?耶 | 11010100110110101011001111100011001111111100110011101101 | d4dab3e33fcced |
UTF-8 | 壓潟뻪耶 | 111001011010001110010011111001101011110110011111111010111011101110101010111010001000000010110110 | e5a393e6bd9febbbaae880b6 |
UHC | 壓潟뻪耶 | 1110010011100010111000001011001110010110011100001110010110101101 | e4e2e0b39670e5ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)