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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 闕危拷 | 111010001000110110001010111010111000110110001001 | e88d8aeb8d89 |
EUC-JP | 闕危拷 | 111011111110110110110100111011011011100111101001 | efedb4edb9e9 |
UTF-8 | 闕危拷 | 111010011001011110010101111001011000110110110001111001101000101110110111 | e99795e58db1e68bb7 |
UHC | 闕危拷 | 110011111111010011101010110010111100110110111000 | cff4eacbcdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)