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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 遡遡[遡遡[^ | 1001000101101011100100010110101101011011100100010110101110010001011010110101101101011110 | 916b916b5b916b916b5b5e |
EUC-JP | 遡遡[遡遡[^ | 1100000111001100110000011100110001011011110000011100110011000001110011000101101101011110 | c1ccc1cc5bc1ccc1cc5b5e |
UTF-8 | 遡遡[遡遡[^ | 111010011000000110100001111010011000000110100001010110111110100110000001101000011110100110000001101000010101101101011110 | e981a1e981a15be981a1e981a15b5e |
UHC | 遡遡[遡遡[^ | 1110000111001111111000011100111101011011111000011100111111100001110011110101101101011110 | e1cfe1cf5be1cfe1cf5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)