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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謳り坤 | 111001101001000010000010111010001000110110100011 | e69082e88da3 |
EUC-JP | 謳り坤 | 111010111111000010100100111010101011101010100101 | ebf0a4eabaa5 |
UTF-8 | 謳り坤 | 111010001010110010110011111000111000001010001010111001011001110110100100 | e8acb3e3828ae59da4 |
UHC | 謳り坤 | 110011111100010010101010111010101100110111011110 | cfc4aaeacdde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)