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 | 訝??昻?? | 1110011001100010001111110011111111111010110100000011111100111111 | e6623f3ffad03f3f |
EUC-JP | 訝????? | 11101011110000110011111100111111001111110011111100111111 | ebc33f3f3f3f3f |
UTF-8 | 訝딉풑昻븀뮵 | 111010001010100010011101111010111001010010001001111011011001001010010001111001101001100010111011111010111011100010000000111010111010111010110101 | e8a89deb9489ed9291e698bbebb880ebaeb5 |
UHC | 訝딉풑昻븀뮵 | 111001001011100010001010111011111011111010010101111001001110100110111010111001111001001010111101 | e4b88aefbe95e4e9bae792bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)