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 | Þ¤ò¹× | 1000111011011110100011101010010011110010101110011000111011010111 | 8ede8ea4f2b98ed7 |
SJIS-WIN | ???????× | 001111110011111100111111001111110011111100111111001111111000000101111110 | 3f3f3f3f3f3f3f817e |
EUC-JP | ?Þ?¤ò??× | 001111111000111110101001101100000011111110001111101000101111000010001111101010111101001000111111001111111010000111011111 | 3f8fa9b03f8fa2f08fabd23f3fa1df |
UTF-8 | Þ¤ò¹× | 11000010100011101100001110011110110000101000111011000010101001001100001110110010110000101011100111000010100011101100001110010111 | c28ec39ec28ec2a4c3b2c2b9c28ec397 |
UHC | ?Þ?¤?¹?× | 001111111010100010101101001111111010001010110100001111111010100111110110001111111010000110111111 | 3fa8ad3fa2b43fa9f63fa1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)