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 | 淀峰苛^ | 10010111100001001001010111110100100010011101010101011110 | 978495f489d55e |
EUC-JP | 淀峰苛^ | 11001101111001001100101011110110101100101101011101011110 | cde4caf6b2d75e |
UTF-8 | 淀峰苛^ | 11100110101101111000000011100101101100111011000011101000100010111001101101011110 | e6b780e5b3b0e88b9b5e |
UHC | 淀峰苛^ | 11101111111000111101110011101000110010101011010001011110 | efe3dce8cab45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)