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 | ワ鈿セ | 110111001111100010100011111001111110110110111110 | dcf8a3e7edbe |
EUC-JP | ワ?鈿セ | 10001110110111000011111111101110111011111000111010111110 | 8edc3feeef8ebe |
UTF-8 | ワ鈿セ | 111011111011111010011100111011101001100110000010111010011000100010111111111011111011110110111110 | efbe9cee9982e988bfefbdbe |
UHC | ??鈿? | 0011111100111111111011111010111100111111 | 3f3fefaf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)