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 | 鮗鈴コ唯 | 11101001101110101001011111101001101110101001011101000010 | e9ba97e9ba9742 |
EUC-JP | 鮗鈴コ唯 | 1111001010111100110011101110101110001110101110101100110110100011 | f2bcceeb8ebacda3 |
UTF-8 | 鮗鈴コ唯 | 111010011010111010010111111010011000100010110100111011111011110110111010111001011001010010101111 | e9ae97e988b4efbdbae594af |
UHC | ?鈴?唯 | 001111111101011011000010001111111110101011100110 | 3fd6c23feae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)