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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | μ}μ{^ | 10000011110010100111110110000011110010100111101101011110 | 83ca7d83ca7b5e |
EUC-JP | μ}μ{^ | 10100110110011000111110110100110110011000111101101011110 | a6cc7da6cc7b5e |
UTF-8 | μ}μ{^ | 11001110101111000111110111001110101111000111101101011110 | cebc7dcebc7b5e |
UHC | μ}μ{^ | 10100101111011000111110110100101111011000111101101011110 | a5ec7da5ec7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)