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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | テ青ォツクテヲ | 1100001110010000110000101010101111000010101110001100001110100110 | c390c2abc2b8c3a6 |
EUC-JP | テ青ォツクテヲ | 1000111011000011110000001100010010001110101010111000111011000010100011101011100010001110110000111000111010100110 | 8ec3c0c48eab8ec28eb88ec38ea6 |
UTF-8 | テ青ォツクテヲ | 111011111011111010000011111010011001110110010010111011111011110110101011111011111011111010000010111011111011110110111000111011111011111010000011111011111011110110100110 | efbe83e99d92efbdabefbe82efbdb8efbe83efbda6 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)