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 | Þ¥×ï | 11011110101001011101011111101111 | dea5d7ef |
SJIS-WIN | ?¥×? | 001111111000000110001111100000010111111000111111 | 3f818f817e3f |
EUC-JP | Þ?×ï | 100011111010100110110000001111111010000111011111100011111010101111000001 | 8fa9b03fa1df8fabc1 |
UTF-8 | Þ¥×ï | 1100001110011110110000101010010111000011100101111100001110101111 | c39ec2a5c397c3af |
UHC | Þ?×? | 101010001010110100111111101000011011111100111111 | a8ad3fa1bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)