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 | ÷£Ó¡Ó¹ | 111101111010001111010011101000011101001110111001 | f7a3d3a1d3b9 |
SJIS-WIN | ÷£???? | 1000000110000000100000011001001000111111001111110011111100111111 | 818081923f3f3f3f |
EUC-JP | ÷£Ó¡Ó? | 1010000111100000101000011111001010001111101010101101000110001111101000101100001010001111101010101101000100111111 | a1e0a1f28faad18fa2c28faad13f |
UTF-8 | ÷£Ó¡Ó¹ | 110000111011011111000010101000111100001110010011110000101010000111000011100100111100001010111001 | c3b7c2a3c393c2a1c393c2b9 |
UHC | ÷??¡?¹ | 101000011100000000111111001111111010001010101110001111111010100111110110 | a1c03f3fa2ae3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)