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 | 弔?悌??? | 1001001010100010001111111001001011101110001111110011111100111111 | 92a23f92ee3f3f3f |
EUC-JP | 弔?悌?倜? | 11000100101001000011111111000100111100000011111110001111101100011101010100111111 | c4a43fc4f03f8fb1d53f |
UTF-8 | 弔렣悌렊倜섈 | 111001011011110010010100111010111010000010100011111001101000001010001100111010111010000010001010111001011000000010011100111011001000010010001000 | e5bc94eba0a3e6828ceba08ae5809cec8488 |
UHC | 弔렣悌렊倜섈 | 111100001100000010001110101101001111000010101010100011101010000111110100101001101011110010101010 | f0c08eb4f0aa8ea1f4a6bcaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)