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 | セホ汐屡 | 101111101100111010001110101011001000111011000110 | bece8eac8ec6 |
EUC-JP | セホ汐屡 | 1000111010111110100011101100111010111100101011101011110011001000 | 8ebe8ecebcaebcc8 |
UTF-8 | セホ汐屡 | 111011111011110110111110111011111011111010001110111001101011000110010000111001011011000110100001 | efbdbeefbe8ee6b190e5b1a1 |
UHC | ??汐? | 0011111100111111111000001011000100111111 | 3f3fe0b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)