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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鴦??意?? | 1110100111110001001111110011111110001000110100110011111100111111 | e9f13f3f88d33f3f |
EUC-JP | 鴦??意?? | 1111001011110011001111110011111110110000110101010011111100111111 | f2f33f3fb0d53f3f |
UTF-8 | 鴦볛뮪意뤷럳 | 111010011011010010100110111010111011001110011011111010111010111010101010111001101000010010001111111010111010010010110111111010111001111110110011 | e9b4a6ebb39bebaeaae6848feba4b7eb9fb3 |
UHC | 鴦볛뮪意뤷럳 | 111001001110110010010011111000101001001010110100111010111111001010001111111001011000111010010011 | e4ec93e292b4ebf28fe58e93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)