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 | 霎ッ謫ヲ鬯 | 1110100010111110101011111110011010010011101001101110100110101100 | e8beafe693a6e9ac |
EUC-JP | 霎ッ謫ヲ鬯 | 11110000110000001000111010101111111010111111001110001110101001101111001010101110 | f0c08eafebf38ea6f2ae |
UTF-8 | 霎ッ謫ヲ鬯 | 111010011001110010001110111011111011110110101111111010001010110010101011111011111011110110100110111010011010110010101111 | e99c8eefbdafe8acabefbda6e9acaf |
UHC | ??謫?? | 001111110011111111101110111000110011111100111111 | 3f3feee33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)