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 | 執術邃 | 100011101011011110001111011100001110001010000100 | 8eb78f70e284 |
EUC-JP | 執術邃 | 101111001011100110111101110100011110001111100100 | bcb9bdd1e3e4 |
UTF-8 | 執術邃 | 111001011001111110110111111010001010000110010011111010011000001010000011 | e59fb7e8a193e98283 |
UHC | 執術邃 | 111100101111101111100010111110101110001011000101 | f2fbe2fae2c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)