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 | ツウテ仰クティ | 1100001010110011110000111000101111000010101110001100001110101000 | c2b3c38bc2b8c3a8 |
EUC-JP | ツウテ仰クティ | 1000111011000010100011101011001110001110110000111011011011000100100011101011100010001110110000111000111010101000 | 8ec28eb38ec3b6c48eb88ec38ea8 |
UTF-8 | ツウテ仰クティ | 111011111011111010000010111011111011110110110011111011111011111010000011111001001011101110110000111011111011110110111000111011111011111010000011111011111011110110101000 | efbe82efbdb3efbe83e4bbb0efbdb8efbe83efbda8 |
UHC | ???仰??? | 0011111100111111001111111110010011100110001111110011111100111111 | 3f3f3fe4e63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)