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 | 葆九圭 | 111001001101110010001011111000111000110001011100 | e4dc8be38c5c |
EUC-JP | 葆九圭 | 111010001101111010110110111001011011011110111101 | e8deb6e5b7bd |
UTF-8 | 葆九圭 | 111010001001000110000110111001001011100110011101111001011001110010101101 | e89186e4b99de59cad |
UHC | ?九圭 | 0011111111001110111110101101000010100100 | 3fcefad0a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)