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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 艶μ?艶μ?^ | 1000100110010000100000111100101000111111100010011001000010000011110010100011111101011110 | 899083ca3f899083ca3f5e |
EUC-JP | 艶μ?艶μ?^ | 1011000111110000101001101100110000111111101100011111000010100110110011000011111101011110 | b1f0a6cc3fb1f0a6cc3f5e |
UTF-8 | 艶μ뙣艶μ뙟^ | 1110100010001001101101101100111010111100111010111001100110100011111010001000100110110110110011101011110011101011100110011001111101011110 | e889b6cebceb99a3e889b6cebceb999f5e |
UHC | 艶μ뙣艶μ뙟^ | 11100110111111011010010111101100100011001010100011100110111111011010010111101100100011001010010001011110 | e6fda5ec8ca8e6fda5ec8ca45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)