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 | 羞?楯^ | 111000111011010100111111100011110111110001011110 | e3b53f8f7c5e |
EUC-JP | 羞?楯^ | 111001101011011100111111101111011101110101011110 | e6b73fbddd5e |
UTF-8 | 羞속楯^ | 11100111101111101001111011101100100001101000110111100110101001011010111101011110 | e7be9eec868de6a5af5e |
UHC | 羞속楯^ | 11100010101110101011110011010011111000101110010001011110 | e2babcd3e2e45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)