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 | ÷£Ó¹N | 1111011110100011110100111011100101001110 | f7a3d3b94e |
SJIS-WIN | ÷£??N | 10000001100000001000000110010010001111110011111101001110 | 818081923f3f4e |
EUC-JP | ÷£Ó?N | 101000011110000010100001111100101000111110101010110100010011111101001110 | a1e0a1f28faad13f4e |
UTF-8 | ÷£Ó¹N | 110000111011011111000010101000111100001110010011110000101011100101001110 | c3b7c2a3c393c2b94e |
UHC | ÷??¹N | 10100001110000000011111100111111101010011111011001001110 | a1c03f3fa9f64e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)