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 | 葯窮或琥 | 1110010011011110100010111000011110001000101111011110000011100110 | e4de8b8788bde0e6 |
EUC-JP | 葯窮或琥 | 1110100011100000101101011110011110110000101111111110000011101000 | e8e0b5e7b0bfe0e8 |
UTF-8 | 葯窮或琥 | 111010001001000110101111111001111010101010101110111001101000100010010110111001111001000010100101 | e891afe7aaaee68896e790a5 |
UHC | 葯窮或琥 | 1110010110110101110011111110001111111011111001001111101111010000 | e5b5cfe3fbe4fbd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)