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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 岩? | 100010101110001000111111 | 8ae23f |
EUC-JP | 岩? | 101101001110010000111111 | b4e43f |
UTF-8 | 岩렟 | 111001011011001010101001111010111010000010011111 | e5b2a9eba09f |
UHC | 岩렟 | 11100100110110111000111010110000 | e4db8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)