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 | 倭▲?諛?? | 100110000110000010000001101000110011111111100110100001110011111100111111 | 986081a33fe6873f3f |
EUC-JP | 倭▲?諛?? | 110011111100000110100010101001010011111111101011111001110011111100111111 | cfc1a2a53febe73f3f |
UTF-8 | 倭▲끁諛ㅶ쿅 | 111001011000000010101101111000101001011010110010111010111000000110000001111010001010101110011011111000111000010110110110111011001011111110000101 | e580ade296b2eb8181e8ab9be385b6ecbf85 |
UHC | 倭▲끁諛ㅶ쿅 | 111010001101111010100001111000111000010110110111111010111011000010100100111001101011001010011010 | e8dea1e385b7ebb0a4e6b29a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)