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 | 碣倆礑糺 | 1110000111110000100110001110110111100010010001101110001011111011 | e1f098ede246e2fb |
EUC-JP | 碣倆礑糺 | 1110001011110010110100001110111111100011101001111110010011111101 | e2f2d0efe3a7e4fd |
UTF-8 | 碣倆礑糺 | 111001111010001010100011111001011000000010000110111001111010010010010001111001111011001110111010 | e7a2a3e58086e7a491e7b3ba |
UHC | 碣倆?? | 110010101110010111010101110101100011111100111111 | cae5d5d63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)