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 | 尺柴失実 | 1000111011011010100011101100010010001110101110001000111011000000 | 8eda8ec48eb88ec0 |
EUC-JP | 尺柴失実 | 1011110011011100101111001100011010111100101110101011110011000010 | bcdcbcc6bcbabcc2 |
UTF-8 | 尺柴失実 | 111001011011000010111010111001101001111110110100111001011010010010110001111001011010111010011111 | e5b0bae69fb4e5a4b1e5ae9f |
UHC | 尺柴失? | 11110100101010011110001111000011111000111111011100111111 | f4a9e3c3e3f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)