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 | 釈紗消ヲ | 10001110110111111000111011010001100011111100000110100110 | 8edf8ed18fc1a6 |
EUC-JP | 釈紗消ヲ | 1011110011100001101111001101001110111110110000111000111010100110 | bce1bcd3bec38ea6 |
UTF-8 | 釈紗消ヲ | 111010011000011110001000111001111011010010010111111001101011011010001000111011111011110110100110 | e98788e7b497e6b688efbda6 |
UHC | ?紗消? | 001111111101111011101001111000011011110000111111 | 3fdee9e1bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)