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 | 湿磁爿湿柴\ | 1000111010111100100011101010010111100000101010111000111010111100100011101100010001011100 | 8ebc8ea5e0ab8ebc8ec45c |
EUC-JP | 湿磁爿湿柴\ | 1011110010111110101111001010011111100000101011011011110010111110101111001100011001011100 | bcbebca7e0adbcbebcc65c |
UTF-8 | 湿磁爿湿柴\ | 11100110101110011011111111100111101000111000000111100111100010001011111111100110101110011011111111100110100111111011010001011100 | e6b9bfe7a381e788bfe6b9bfe69fb45c |
UHC | ?磁??柴\ | 0011111111101101101110000011111100111111111000111100001101011100 | 3fedb83f3fe3c35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)