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 | 壕蠱壕姑 | 1000110110001000111001011100000110001101100010001000110011000110 | 8d88e5c18d888cc6 |
EUC-JP | 壕蠱壕姑 | 1011100111101000111010101100001110111001111010001011100011001000 | b9e8eac3b9e8b8c8 |
UTF-8 | 壕蠱壕姑 | 111001011010001110010101111010001010000010110001111001011010001110010101111001011010011110010001 | e5a395e8a0b1e5a395e5a791 |
UHC | 壕蠱壕姑 | 1111101110111101110011011100110011111011101111011100110110110100 | fbbdcdccfbbdcdb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)