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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ツウテ妥崚ァ | 1100001010110011110000111001000111000011100110111100001110100111 | c2b3c391c39bc3a7 |
EUC-JP | ツウテ妥崚ァ | 100011101100001010001110101100111000111011000011110000101100010111010110110001011000111010100111 | 8ec28eb38ec3c2c5d6c58ea7 |
UTF-8 | ツウテ妥崚ァ | 111011111011111010000010111011111011110110110011111011111011111010000011111001011010011010100101111001011011010010011010111011111011110110100111 | efbe82efbdb3efbe83e5a6a5e5b49aefbda7 |
UHC | ???妥?? | 00111111001111110011111111110110111001100011111100111111 | 3f3f3ff6e63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)