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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 漆雫霖 | 11110000111110011000111010111101111100101010110110001110101101001110100011000001 | f0f98ebdf2ad8eb4e8c1 |
EUC-JP | ?漆?雫霖 | 0011111110111100101111110011111110111100101101101111000011000011 | 3fbcbf3fbcb6f0c3 |
UTF-8 | 漆雫霖 | 111011101000001010111000111001101011110010000110111011101000011110100100111010011001101110101011111010011001110010010110 | ee82b8e6bc86ee87a4e99babe99c96 |
UHC | ?漆??霖 | 00111111111101101101010000111111001111111101011111111101 | 3ff6d43f3fd7fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)