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 | 莖∵晦^ | 11100100101100011000000111100110100010100100000101011110 | e4b181e68a415e |
EUC-JP | 莖∵晦^ | 11101000101100111010001011101000101100111010001001011110 | e8b3a2e8b3a25e |
UTF-8 | 莖∵晦^ | 11101000100011101001011011100010100010001011010111100110100110011010011001011110 | e88e96e288b5e699a65e |
UHC | 莖∵晦^ | 11001100111011001010000111110001111111001110010001011110 | cceca1f1fce45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)