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 | 葯窮或瘉 | 1110010011011110100010111000011110001000101111011110000110001000 | e4de8b8788bde188 |
EUC-JP | 葯窮或瘉 | 1110100011100000101101011110011110110000101111111110000111101000 | e8e0b5e7b0bfe1e8 |
UTF-8 | 葯窮或瘉 | 111010001001000110101111111001111010101010101110111001101000100010010110111001111001100010001001 | e891afe7aaaee68896e79889 |
UHC | 葯窮或? | 11100101101101011100111111100011111110111110010000111111 | e5b5cfe3fbe43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)