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 | 莉咏コ | 1110010010111011100110011110011110111010 | e4bb99e7ba |
EUC-JP | 莉咏コ | 111010001011110111010010111010011000111010111010 | e8bdd2e98eba |
UTF-8 | 莉咏コ | 111010001000111010001001111001011001001010001111111011111011110110111010 | e88e89e5928fefbdba |
UHC | 莉?? | 11010111111010010011111100111111 | d7e93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)