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 | 礁ウ謝社 | 10001111110010101011001110001110110100111000111011010000 | 8fcab38ed38ed0 |
EUC-JP | 礁ウ謝社 | 1011111011001100100011101011001110111100110101011011110011010010 | becc8eb3bcd5bcd2 |
UTF-8 | 礁ウ謝社 | 111001111010010010000001111011111011110110110011111010001010110010011101111001111010010010111110 | e7a481efbdb3e8ac9de7a4be |
UHC | 礁?謝社 | 11110101101001110011111111011110111100111101111011100100 | f5a73fdef3dee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)