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 | Þ×ß | 11011110110101111000111011011111 | ded78edf |
SJIS-WIN | ?×?? | 0011111110000001011111100011111100111111 | 3f817e3f3f |
EUC-JP | Þ×?ß | 100011111010100110110000101000011101111100111111100011111010100111001110 | 8fa9b0a1df3f8fa9ce |
UTF-8 | Þ×ß | 1100001110011110110000111001011111000010100011101100001110011111 | c39ec397c28ec39f |
UHC | Þ×?ß | 10101000101011011010000110111111001111111010100110101100 | a8ada1bf3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)