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 | 癰??葯 | 111000011001111000111111001111111110010011011110 | e19e3f3fe4de |
EUC-JP | 癰??葯 | 111000011111111000111111001111111110100011100000 | e1fe3f3fe8e0 |
UTF-8 | 癰귡뜈葯 | 111001111001100110110000111010101011011110100001111010111001110010001000111010001001000110101111 | e799b0eab7a1eb9c88e891af |
UHC | 癰귡뜈葯 | 1110100010111001100000101110100110001101100010111110010110110101 | e8b982e98d8be5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)