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 | 曖??炎 | 100111100100001000111111001111111000100110001010 | 9e423f3f898a |
EUC-JP | 曖??炎 | 110110111010001100111111001111111011000111101010 | dba33f3fb1ea |
UTF-8 | 曖면퐦炎 | 111001101001101110010110111010111010100110110100111011011001000010100110111001111000001010001110 | e69b96eba9b4ed90a6e7828e |
UHC | 曖면퐦炎 | 1110010011110010101110001110100110111101100011111110011011111010 | e4f2b8e9bd8fe6fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)