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 | 傳?翁??? | 1001100101000010001111111000100110100101001111110011111100111111 | 99423f89a53f3f3f |
EUC-JP | 傳?翁??? | 1101000110100011001111111011001010100111001111110011111100111111 | d1a33fb2a73f3f3f |
UTF-8 | 傳렋翁렡렺렓 | 111001011000001010110011111010111010000010001011111001111011111110000001111010111010000010100001111010111010000010111010111010111010000010010011 | e582b3eba08be7bf81eba0a1eba0baeba093 |
UHC | 傳렋翁렡렺렓 | 111011101110111010001110101000101110100010111010100011101011001010001110110000101000111010101000 | eeee8ea2e8ba8eb28ec28ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)