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?}?v?{^ | 001111110111011000111111011111010011111101110110001111110111101101011110 | 3f763f7d3f763f7b5e |
SJIS-WIN | ?v?}?v?{^ | 001111110111011000111111011111010011111101110110001111110111101101011110 | 3f763f7d3f763f7b5e |
EUC-JP | ?v?}?v?{^ | 001111110111011000111111011111010011111101110110001111110111101101011110 | 3f763f7d3f763f7b5e |
UTF-8 | 횪v혙}횪v혙{^ | 1110110110011010101010100111011011101101100110001001100101111101111011011001101010101010011101101110110110011000100110010111101101011110 | ed9aaa76ed98997ded9aaa76ed98997b5e |
UHC | 횪v혙}횪v혙{^ | 11000011101000000111011011000010100001000111110111000011101000000111011011000010100001000111101101011110 | c3a076c2847dc3a076c2847b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)