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 | 逎御 | 11100111101000111000110011100100 | e7a38ce4 |
EUC-JP | 逎御 | 11101110101001011011100011100110 | eea5b8e6 |
UTF-8 | 逎御 | 111010011000000010001110111001011011111010100001 | e9808ee5bea1 |
UHC | ?御 | 001111111110010111011001 | 3fe5d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)