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_å | 1000000101011111100000010111011010000001010111111000000111100101 | 815f8176815f81e5 |
SJIS-WIN | ?_?v?_?? | 0011111101011111001111110111011000111111010111110011111100111111 | 3f5f3f763f5f3f3f |
EUC-JP | ?_?v?_?å | 00111111010111110011111101110110001111110101111100111111100011111010101110101001 | 3f5f3f763f5f3f8faba9 |
UTF-8 | _v_å | 11000010100000010101111111000010100000010111011011000010100000010101111111000010100000011100001110100101 | c2815fc28176c2815fc281c3a5 |
UHC | ?_?v?_?? | 0011111101011111001111110111011000111111010111110011111100111111 | 3f5f3f763f5f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)