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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 巡?蝸] | 100011111000010000111111111001011001011101011101 | 8f843fe5975d |
EUC-JP | 巡?蝸] | 101111011110010000111111111010011111011101011101 | bde43fe9f75d |
UTF-8 | 巡섑蝸] | 11100101101101111010000111101100100001001001000111101000100111011011100001011101 | e5b7a1ec8491e89db85d |
UHC | 巡섑蝸] | 11100010110111101001100011101101111010001100010001011101 | e2de98ede8c45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)