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 | ???” | 0011111100111111001111111000000101101000 | 3f3f3f8168 |
EUC-JP | ???” | 0011111100111111001111111010000111001001 | 3f3f3fa1c9 |
UTF-8 | 諪뀜렱” | 111010001010101110101010111010111000000010011100111010111010000010110001111000101000000010011101 | e8abaaeb809ceba0b1e2809d |
UHC | 諪뀜렱” | 1110111111110101101100101111000110001110101111101010000110110001 | eff5b2f18ebea1b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)