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_åh | 100000010101111110000001011101101000000101011111100000011110010101101000 | 815f8176815f81e568 |
SJIS-WIN | ?_?v?_??h | 001111110101111100111111011101100011111101011111001111110011111101101000 | 3f5f3f763f5f3f3f68 |
EUC-JP | ?_?v?_?åh | 0011111101011111001111110111011000111111010111110011111110001111101010111010100101101000 | 3f5f3f763f5f3f8faba968 |
UTF-8 | _v_åh | 1100001010000001010111111100001010000001011101101100001010000001010111111100001010000001110000111010010101101000 | c2815fc28176c2815fc281c3a568 |
UHC | ?_?v?_??h | 001111110101111100111111011101100011111101011111001111110011111101101000 | 3f5f3f763f5f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)