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 | ??銑 | 00111111001111111001000101001100 | 3f3f914c |
EUC-JP | ??銑 | 00111111001111111100000110101101 | 3f3fc1ad |
UTF-8 | 잮뛨銑 | 111011001001111010101110111010111001101110101000111010011000101010010001 | ec9eaeeb9ba8e98a91 |
UHC | 잮뛨銑 | 100111111111011110001101011010111110000011010101 | 9ff78d6be0d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)