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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | シ郢肛コ質 | 11110000101100111011110011100111101110011110001111101000101110101000111010111111 | f0b3bce7b9e3e8ba8ebf |
EUC-JP | ?シ郢肛コ質 | 0011111110001110101111001110111010111011111001101110101010001110101110101011110011000001 | 3f8ebceebbe6ea8ebabcc1 |
UTF-8 | シ郢肛コ質 | 111011101000000110110010111011111011110110111100111010011000001110100010111010001000001010011011111011111011110110111010111010001011001110101010 | ee81b2efbdbce983a2e8829befbdbae8b3aa |
UHC | ???肛?質 | 0011111100111111001111111111100111111101001111111111001011110101 | 3f3f3ff9fd3ff2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)