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 | 筌???筌 | 11100010101000110011111100111111001111111110001010100011 | e2a33f3f3fe2a3 |
EUC-JP | 筌??晷筌 | 111001001010010100111111001111111000111111000010110001111110010010100101 | e4a53f3f8fc2c7e4a5 |
UTF-8 | 筌뤿툖晷筌 | 111001111010110110001100111010111010010010111111111011011000100010010110111001101001100110110111111001111010110110001100 | e7ad8ceba4bfed8896e699b7e7ad8c |
UHC | 筌뤿툖晷筌 | 11101111101001111000111111101011101110001000110111001111111111001110111110100111 | efa78febb88dcffcefa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)