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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | テ佚禿 | 1100001110011000110000111001001111000011 | c398c393c3 |
EUC-JP | テ佚禿 | 100011101100001111010000110001011100011011000101 | 8ec3d0c5c6c5 |
UTF-8 | テ佚禿 | 111011111011111010000011111001001011110110011010111001111010011010111111 | efbe83e4bd9ae7a6bf |
UHC | ?佚禿 | 0011111111101100111010101101010010111110 | 3fecead4be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)