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 | Þ®×¹ | 1000111011011110100011101010111010001110110101111000111010111001 | 8ede8eae8ed78eb9 |
SJIS-WIN | ?????×?? | 001111110011111100111111001111110011111110000001011111100011111100111111 | 3f3f3f3f3f817e3f3f |
EUC-JP | ?Þ?®?×?? | 00111111100011111010100110110000001111111000111110100010111011100011111110100001110111110011111100111111 | 3f8fa9b03f8fa2ee3fa1df3f3f |
UTF-8 | Þ®×¹ | 11000010100011101100001110011110110000101000111011000010101011101100001010001110110000111001011111000010100011101100001010111001 | c28ec39ec28ec2aec28ec397c28ec2b9 |
UHC | ?Þ?®?×?¹ | 001111111010100010101101001111111010001011100111001111111010000110111111001111111010100111110110 | 3fa8ad3fa2e73fa1bf3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)