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 | 疫??瑜 | 100010010111010100111111001111111110000011101111 | 89753f3fe0ef |
EUC-JP | 疫??瑜 | 101100011101011000111111001111111110000011110001 | b1d63f3fe0f1 |
UTF-8 | 疫꿎몿瑜 | 111001111001011010101011111010101011111110001110111010111010101010111111111001111001000110011100 | e796abeabf8eebaabfe7919c |
UHC | 疫꿎몿瑜 | 1110011010111001101100101110001010010001101000111110101110100101 | e6b9b2e291a3eba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)