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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 重?}重?{^ | 100011110110010000111111011111011000111101100100001111110111101101011110 | 8f643f7d8f643f7b5e |
EUC-JP | 重?}重?{^ | 101111011100010100111111011111011011110111000101001111110111101101011110 | bdc53f7dbdc53f7b5e |
UTF-8 | 重렜}重렜{^ | 111010011000011110001101111010111010000010011100011111011110100110000111100011011110101110100000100111000111101101011110 | e9878deba09c7de9878deba09c7b5e |
UHC | 重렜}重렜{^ | 1111000111101100100011101010111001111101111100011110110010001110101011100111101101011110 | f1ec8eae7df1ec8eae7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)