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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??俄安 | 001111110011111110001001111000101000100011000000 | 3f3f89e288c0 |
EUC-JP | ??俄安 | 001111110011111110110010111001001011000011000010 | 3f3fb2e4b0c2 |
UTF-8 | 롗렯俄安 | 111010111010000110010111111010111010000010101111111001001011111110000100111001011010111010001001 | eba197eba0afe4bf84e5ae89 |
UHC | 롗렯俄安 | 1000111011011011100011101011110011100100101011011110010011001100 | 8edb8ebce4ade4cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)