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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 葯窮或聶 | 1110010011011110100010111000011110001000101111011110001111100001 | e4de8b8788bde3e1 |
EUC-JP | 葯窮或聶 | 1110100011100000101101011110011110110000101111111110011011100011 | e8e0b5e7b0bfe6e3 |
UTF-8 | 葯窮或聶 | 111010001001000110101111111001111010101010101110111001101000100010010110111010001000000110110110 | e891afe7aaaee68896e881b6 |
UHC | 葯窮或? | 11100101101101011100111111100011111110111110010000111111 | e5b5cfe3fbe43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)