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 | 霍剰庶 | 111010001011011110001111111010001000111110001110 | e8b78fe88f8e |
EUC-JP | 霍剰庶 | 111100001011100110111110111010101011110111101110 | f0b9beeabdee |
UTF-8 | 霍剰庶 | 111010011001110010001101111001011000100110110000111001011011101010110110 | e99c8de589b0e5bab6 |
UHC | ??庶 | 00111111001111111101111111101110 | 3f3fdfee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)