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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 莊水ソ^ | 11100100101101011001000010000101100000110101110001011110 | e4b59085835c5e |
EUC-JP | 莊水ソ^ | 11101000101101111011111111100101101001011011110101011110 | e8b7bfe5a5bd5e |
UTF-8 | 莊水ソ^ | 11101000100011101000101011100110101100001011010011100011100000101011110101011110 | e88e8ae6b0b4e382bd5e |
UHC | 莊水ソ^ | 11101101111101101110001010101001101010111011110101011110 | edf6e2a9abbd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)