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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 材??材??^ | 100011011101111000111111001111111000110111011110001111110011111101011110 | 8dde3f3f8dde3f3f5e |
EUC-JP | 材??材??^ | 101110101110000000111111001111111011101011100000001111110011111101011110 | bae03f3fbae03f3f5e |
UTF-8 | 材ㅶ낄材ㅶ낄^ | 11100110100111011001000011100011100001011011011011101011100000101000010011100110100111011001000011100011100001011011011011101011100000101000010001011110 | e69d90e385b6eb8284e69d90e385b6eb82845e |
UHC | 材ㅶ낄材ㅶ낄^ | 11101110101001111010010011100110101100111010010111101110101001111010010011100110101100111010010101011110 | eea7a4e6b3a5eea7a4e6b3a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)