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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鼇??猿η? | 111010101000011100111111001111111000100110001110100000111100010100111111 | ea873f3f898e83c53f |
EUC-JP | 鼇??猿η? | 111100111110011100111111001111111011000111101110101001101100011100111111 | f3e73f3fb1eea6c73f |
UTF-8 | 鼇딅쪙猿η쎗 | 1110100110111100100001111110101110010100100001011110110010101010100110011110011110001100101111111100111010110111111011001000111010010111 | e9bc87eb9485ecaa99e78cbfceb7ec8e97 |
UHC | 鼇딅쪙猿η쎗 | 111010001010100010001010111010111010010110010010111010101011101110100101111001111001101110111110 | e8a88aeba592eabba5e79bbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)