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 | ñÈÙ×ÓÎ | 111100011100100011011001110101111101001111001110 | f1c8d9d7d3ce |
SJIS-WIN | ???×?? | 00111111001111110011111110000001011111100011111100111111 | 3f3f3f817e3f3f |
EUC-JP | ñÈÙ×ÓÎ | 1000111110101011110100001000111110101010101100101000111110101010111000111010000111011111100011111010101011010001100011111010101011000010 | 8fabd08faab28faae3a1df8faad18faac2 |
UTF-8 | ñÈÙ×ÓÎ | 110000111011000111000011100010001100001110011001110000111001011111000011100100111100001110001110 | c3b1c388c399c397c393c38e |
UHC | ???×?? | 00111111001111110011111110100001101111110011111100111111 | 3f3f3fa1bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)