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 | 曖??孫 | 100111100100001000111111001111111001000110110111 | 9e423f3f91b7 |
EUC-JP | 曖??孫 | 110110111010001100111111001111111100001010111001 | dba33f3fc2b9 |
UTF-8 | 曖롢뙱孫 | 111001101001101110010110111010111010000110100010111010111001100110110001111001011010110110101011 | e69b96eba1a2eb99b1e5adab |
UHC | 曖롢뙱孫 | 1110010011110010100011101110001110001100101101001110000111011101 | e4f28ee38cb4e1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)