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 | 入瀧?雍 | 10010011111111001001000111101011001111111110100010110100 | 93fc91eb3fe8b4 |
EUC-JP | 入瀧?雍 | 11000110111111101100001011101101001111111111000010110110 | c6fec2ed3ff0b6 |
UTF-8 | 入瀧땃雍 | 111001011000010110100101111001111000000010100111111010111001010110000011111010011001101110001101 | e585a5e780a7eb9583e99b8d |
UHC | 入瀧땃雍 | 1110110011111101110101101110100110110110101000111110100010111100 | ecfdd6e9b6a3e8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)