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 | 阿??訟 | 100010001010001000111111001111111000111111010111 | 88a23f3f8fd7 |
EUC-JP | 阿??訟 | 101100001010010000111111001111111011111011011001 | b0a43f3fbed9 |
UTF-8 | 阿뗣끇訟 | 111010011001100010111111111010111001011110100011111010111000000110000111111010001010100010011111 | e998bfeb97a3eb8187e8a89f |
UHC | 阿뗣끇訟 | 1110010010111001100010111110001110000101101110111110000111101000 | e4b98be385bbe1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)