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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ムハ豢」鰌ルミ | 110100011100101011100110101101001010001111101001110100111101100111010000 | d1cae6b4a3e9d3d9d0 |
EUC-JP | ムハ豢」鰌ルミ | 1000111011010001100011101100101011101100101101101000111010100011111100101101010110001110110110011000111011010000 | 8ed18ecaecb68ea3f2d58ed98ed0 |
UTF-8 | ムハ豢」鰌ルミ | 111011111011111010010001111011111011111010001010111010001011000110100010111011111011110110100011111010011011000010001100111011111011111010011001111011111011111010010000 | efbe91efbe8ae8b1a2efbda3e9b08cefbe99efbe90 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)