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 | 耡翦 | 1111011010111101111000111101001011100011110001101111011010111101 | f6bde3d2e3c6f6bd |
EUC-JP | ?耡翦? | 001111111110011011010100111001101100100000111111 | 3fe6d4e6c83f |
UTF-8 | 耡翦 | 111011101001001110100100111010001000000010100001111001111011111110100110111011101001001110100100 | ee93a4e880a1e7bfa6ee93a4 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)