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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 悟??鎰 | 100011001110010100111111001111111110100001001100 | 8ce53f3fe84c |
EUC-JP | 悟??鎰 | 101110001110011100111111001111111110111110101101 | b8e73f3fefad |
UTF-8 | 悟딆쉻鎰 | 111001101000001010011111111010111001010010000110111011001000100110111011111010011000111010110000 | e6829feb9486ec89bbe98eb0 |
UHC | 悟딆쉻鎰 | 1110011111110110100010101110110010011010100100011110110011110000 | e7f68aec9a91ecf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)