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 | 茲紙嵯綣 | 1110010010100010100011101000011010001101101101011110001101011011 | e4a28e868db5e35b |
EUC-JP | 茲紙嵯綣 | 1110100010100100101110111110011010111010101101111110010110111100 | e8a4bbe6bab7e5bc |
UTF-8 | 茲紙嵯綣 | 111010001000110010110010111001111011010010011001111001011011010110101111111001111011011010100011 | e88cb2e7b499e5b5afe7b6a3 |
UHC | ?紙嵯? | 001111111111001010110101111100111010101100111111 | 3ff2b5f3ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)