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 | 釈紗消ヲ者 | 100011101101111110001110110100011000111111000001101001101000111011010010 | 8edf8ed18fc1a68ed2 |
EUC-JP | 釈紗消ヲ者 | 10111100111000011011110011010011101111101100001110001110101001101011110011010100 | bce1bcd3bec38ea6bcd4 |
UTF-8 | 釈紗消ヲ者 | 111010011000011110001000111001111011010010010111111001101011011010001000111011111011110110100110111010001000000010000101 | e98788e7b497e6b688efbda6e88085 |
UHC | ?紗消?者 | 0011111111011110111010011110000110111100001111111110110110111010 | 3fdee9e1bc3fedba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)