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 | ???W? | 0011111100111111001111110101011100111111 | 3f3f3f573f |
SJIS-WIN | ??寡W爭 | 00111111001111111000100111000111010101111110000010100101 | 3f3f89c757e0a5 |
EUC-JP | ?倜寡W爭 | 001111111000111110110001110101011011001011001001010101111110000010100111 | 3f8fb1d5b2c957e0a7 |
UTF-8 | 뤑倜寡W爭 | 11101011101001001001000111100101100000001001110011100101101011111010000101010111111001111000100010101101 | eba491e5809ce5afa157e788ad |
UHC | 뤑倜寡W爭 | 100011111100000111110100101001101100110111111011010101111110111010110011 | 8fc1f4a6cdfb57eeb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)