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 | 閃?壹? | 100100010100110100111111100110101110001100111111 | 914d3f9ae33f |
EUC-JP | 閃?壹? | 110000011010111000111111110101001110010100111111 | c1ae3fd4e53f |
UTF-8 | 閃뤒壹쪔 | 111010011001011010000011111010111010010010010010111001011010001110111001111011001010101010010100 | e99683eba492e5a3b9ecaa94 |
UHC | 閃뤒壹쪔 | 1110000011101100100011111100001011101100111011001010010110001110 | e0ec8fc2ececa58e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)