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???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
SJIS-WIN | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
EUC-JP | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
UTF-8 | 凉㎩ㄷv凉㎩ㄷvB | 111011111010010110111001111000111000111010101001111000111000010010110111011101101110111110100101101110011110001110001110101010011110001110000100101101110111011001000010 | efa5b9e38ea9e384b776efa5b9e38ea9e384b77642 |
UHC | 凉㎩ㄷv凉㎩ㄷvB | 111001011011110010100111111001011010010010100111011101101110010110111100101001111110010110100100101001110111011001000010 | e5bca7e5a4a776e5bca7e5a4a77642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)