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 | ツ湘楪オテォ | 1100001010001111110000111001111011000010101101011100001110101011 | c28fc39ec2b5c3ab |
EUC-JP | ツ湘楪オテォ | 100011101100001010111110110001011101110011000100100011101011010110001110110000111000111010101011 | 8ec2bec5dcc48eb58ec38eab |
UTF-8 | ツ湘楪オテォ | 111011111011111010000010111001101011100110011000111001101010010110101010111011111011110110110101111011111011111010000011111011111011110110101011 | efbe82e6b998e6a5aaefbdb5efbe83efbdab |
UHC | ?湘???? | 00111111110111111100111100111111001111110011111100111111 | 3fdfcf3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)