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 | ûWÞéÞµ | 111110110101011111011110111010011101111010110101 | fb57dee9deb5 |
SJIS-WIN | ?W???? | 001111110101011100111111001111110011111100111111 | 3f573f3f3f3f |
EUC-JP | ûWÞéÞ? | 1000111110101011111001010101011110001111101010011011000010001111101010111011000110001111101010011011000000111111 | 8fabe5578fa9b08fabb18fa9b03f |
UTF-8 | ûWÞéÞµ | 1100001110111011010101111100001110011110110000111010100111000011100111101100001010110101 | c3bb57c39ec3a9c39ec2b5 |
UHC | ?WÞ?Þ? | 0011111101010111101010001010110100111111101010001010110100111111 | 3f57a8ad3fa8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)