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 | 窩?き | 1110001001111100001111111000001010101011 | e27c3f82ab |
EUC-JP | 窩?き | 1110001111011101001111111010010010101101 | e3dd3fa4ad |
UTF-8 | 窩찮き | 111001111010101010101001111011001011000010101110111000111000000110001101 | e7aaa9ecb0aee3818d |
UHC | 窩찮き | 111010001100000011000010111110101010101010101101 | e8c0c2faaaad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)