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 | 茲紙昏苜 | 1110010010100010100011101000011010001101101010001110010010011100 | e4a28e868da8e49c |
EUC-JP | 茲紙昏苜 | 1110100010100100101110111110011010111010101010101110011111111100 | e8a4bbe6baaae7fc |
UTF-8 | 茲紙昏苜 | 111010001000110010110010111001111011010010011001111001101001100010001111111010001000101110011100 | e88cb2e7b499e6988fe88b9c |
UHC | ?紙昏? | 001111111111001010110101111110111110011100111111 | 3ff2b5fbe73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)