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 | 殿?娘? | 100100110110000100111111100101101011101000111111 | 93613f96ba3f |
EUC-JP | 殿?娘? | 110001011100001000111111110011001011110000111111 | c5c23fccbc3f |
UTF-8 | 殿븃娘了 | 111001101010111010111111111010111011100010000011111001011010100010011000111011111010011010111010 | e6aebfebb883e5a898efa6ba |
UHC | 殿븃娘了 | 1110111011111100101110101110100011010010101001101110100011100111 | eefcbae8d2a6e8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)