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 | 籥幣雉踟 | 1110001011011110100101011011110011101000101100111110011011110111 | e2de95bce8b3e6f7 |
EUC-JP | 籥幣雉踟 | 1110010011100000110010101011111011110000101101011110110011111001 | e4e0cabef0b5ecf9 |
UTF-8 | 籥幣雉踟 | 111001111011000110100101111001011011100110100011111010011001101110001001111010001011100010011111 | e7b1a5e5b9a3e99b89e8b89f |
UHC | ?幣雉? | 001111111111100011000111111101101100101100111111 | 3ff8c7f6cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)