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 | 凹??訝?? | 1000100110011010001111110011111111100110011000100011111100111111 | 899a3f3fe6623f3f |
EUC-JP | 凹??訝?? | 1011000111111010001111110011111111101011110000110011111100111111 | b1fa3f3febc33f3f |
UTF-8 | 凹든럷訝뗨㎣ | 111001011000011110111001111010111001001110100000111010111001111110110111111010001010100010011101111010111001011110101000111000111000111010100011 | e587b9eb93a0eb9fb7e8a89deb97a8e38ea3 |
UHC | 凹든럷訝뗨㎣ | 111010001110101010110101111001111000111010010110111001001011100010001011111010001010011110100111 | e8eab5e78e96e4b88be8a7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)