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 | Þ×ßÛ | 110111101101011110001110110111111000111011011011 | ded78edf8edb |
SJIS-WIN | ?×???? | 00111111100000010111111000111111001111110011111100111111 | 3f817e3f3f3f3f |
EUC-JP | Þ×?ß?Û | 10001111101010011011000010100001110111110011111110001111101010011100111000111111100011111010101011100101 | 8fa9b0a1df3f8fa9ce3f8faae5 |
UTF-8 | Þ×ßÛ | 110000111001111011000011100101111100001010001110110000111001111111000010100011101100001110011011 | c39ec397c28ec39fc28ec39b |
UHC | Þ×?ß?? | 101010001010110110100001101111110011111110101001101011000011111100111111 | a8ada1bf3fa9ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)