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 | 騷?嘗^ | 111010010111101000111111100011111010011001011110 | e97a3f8fa65e |
EUC-JP | 騷渲嘗^ | 1111000111011011100011111100011111101100101111101010100001011110 | f1db8fc7ecbea85e |
UTF-8 | 騷渲嘗^ | 11101001101010001011011111100110101110001011001011100101100110001001011101011110 | e9a8b7e6b8b2e598975e |
UHC | 騷渲嘗^ | 11100001110100111110000011000010110111111100010001011110 | e1d3e0c2dfc45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)