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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蕈緒戎苜 | 1110010011111100100011111000111110001111010111101110010010011100 | e4fc8f8f8f5ee49c |
EUC-JP | 蕈緒戎苜 | 1110100011111110101111011110111110111101101111111110011111111100 | e8febdefbdbfe7fc |
UTF-8 | 蕈緒戎苜 | 111010001001010110001000111001111011011110010010111001101000100010001110111010001000101110011100 | e89588e7b792e6888ee88b9c |
UHC | ??戎? | 0011111100111111111010111101010000111111 | 3f3febd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)