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 | _v_¡ | 1000000101011111100000010111011010000001010111111000010010100001 | 815f8176815f84a1 |
SJIS-WIN | ?_?v?_?? | 0011111101011111001111110111011000111111010111110011111100111111 | 3f5f3f763f5f3f3f |
EUC-JP | ?_?v?_?¡ | 00111111010111110011111101110110001111110101111100111111100011111010001011000010 | 3f5f3f763f5f3f8fa2c2 |
UTF-8 | _v_¡ | 11000010100000010101111111000010100000010111011011000010100000010101111111000010100001001100001010100001 | c2815fc28176c2815fc284c2a1 |
UHC | ?_?v?_?¡ | 001111110101111100111111011101100011111101011111001111111010001010101110 | 3f5f3f763f5f3fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)