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 | 勇??宜 | 100101110100010100111111001111111000101101011000 | 97453f3f8b58 |
EUC-JP | 勇??宜 | 110011011010011000111111001111111011010110111001 | cda63f3fb5b9 |
UTF-8 | 勇싳뮆宜 | 111001011000101110000111111011001000101110110011111010111010111010000110111001011010111010011100 | e58b87ec8bb3ebae86e5ae9c |
UHC | 勇싳뮆宜 | 1110100110111000100110101110110010010010100101011110101111110001 | e9b89aec9295ebf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)