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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 炯м炯к^ | 111000000111011010000100011111011110000001110110100001000111101101011110 | e076847de076847b5e |
EUC-JP | 炯м炯к^ | 110111111101011110100111110111101101111111010111101001111101110001011110 | dfd7a7dedfd7a7dc5e |
UTF-8 | 炯м炯к^ | 1110011110000010101011111101000010111100111001111000001010101111110100001011101001011110 | e782afd0bce782afd0ba5e |
UHC | 炯м炯к^ | 111110111010011010101100110111101111101110100110101011001101110001011110 | fba6acdefba6acdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)