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 | 篠捨] | 10001110110000101111001010100011100011101100110001011101 | 8ec2f2a38ecc5d |
EUC-JP | 篠?捨] | 101111001100010000111111101111001100111001011101 | bcc43fbcce5d |
UTF-8 | 篠捨] | 11100111101011111010000011101110100001111001101011100110100011011010100001011101 | e7afa0ee879ae68da85d |
UHC | 篠?捨] | 111000011100011000111111110111101101011101011101 | e1c63fded75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)