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 | 浯ヨ煆ア | 111110101111110011010110111110110101011010110001 | fafcd6fb56b1 |
EUC-JP | 浯ヨ煆ア | 10001111110001111100001110001110110101101000111111001001111101001000111010110001 | 8fc7c38ed68fc9f48eb1 |
UTF-8 | 浯ヨ煆ア | 111001101011010110101111111011111011111010010110111001111000010110000110111011111011110110110001 | e6b5afefbe96e78586efbdb1 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)