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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 雍縄ウ域囑\ | 11101000101101001001001111101010101100111000100011100110100110101001011001011100 | e8b493eab388e69a965c |
EUC-JP | 雍縄ウ域囑\ | 1111000010110110110001101110110010001110101100111011000011101000110100111111011001011100 | f0b6c6ec8eb3b0e8d3f65c |
UTF-8 | 雍縄ウ域囑\ | 11101001100110111000110111100111101110001000010011101111101111011011001111100101100111111001111111100101100110111001000101011100 | e99b8de7b884efbdb3e59f9fe59b915c |
UHC | 雍??域囑\ | 111010001011110000111111001111111110011010110100111101011011011001011100 | e8bc3f3fe6b4f5b65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)