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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 運麝ぐ? | 10001001010111101110101001101100100000101010111000111111 | 895eea6c82ae3f |
EUC-JP | 運麝ぐ? | 10110001101111111111001111001101101001001011000000111111 | b1bff3cda4b03f |
UTF-8 | 運麝ぐ렟 | 111010011000000110001011111010011011101010011101111000111000000110010000111010111010000010011111 | e9818be9ba9de38190eba09f |
UHC | 運麝ぐ렟 | 1110101010100001110111101111101010101010101100001000111010110000 | eaa1defaaab08eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)