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 | μ?}μ?{^ | 100000111100101000111111011111011000001111001010001111110111101101011110 | 83ca3f7d83ca3f7b5e |
EUC-JP | μ?}μ?{^ | 101001101100110000111111011111011010011011001100001111110111101101011110 | a6cc3f7da6cc3f7b5e |
UTF-8 | μԤ}μԤ{^ | 1100111010111100110101001010010001111101110011101011110011010100101001000111101101011110 | cebcd4a47dcebcd4a47b5e |
UHC | μ?}μ?{^ | 101001011110110000111111011111011010010111101100001111110111101101011110 | a5ec3f7da5ec3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)