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 | 111011111010011010011001111010111000110110000100111010111010001110100111011101101110111110100110100110011110101110001101100001001110101110100011101001110111011001000010 | efa699eb8d84eba3a776efa699eb8d84eba3a77642 |
UHC | 蓮덄룧v蓮덄룧vB | 111001101110010110001000111001111000111110100000011101101110011011100101100010001110011110001111101000000111011001000010 | e6e588e78fa076e6e588e78fa07642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)