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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ??品咐^ | 00111111001111111001010101101001100110011111001101011110 | 3f3f956999f35e |
EUC-JP | ??品咐^ | 00111111001111111100100111001010110100101111010101011110 | 3f3fc9cad2f55e |
UTF-8 | 룶臘品咐^ | 11101011101000111011011011101111101001001010011011100101100100111000000111100101100100101001000001011110 | eba3b6efa4a6e59381e592905e |
UHC | 룶臘品咐^ | 100011111010101111010010101000101111100110100001110111001111101101011110 | 8fabd2a2f9a1dcfb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)