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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?れ?^ | 0011111110000010111010100011111101011110 | 3f82ea3f5e |
EUC-JP | ?れŁ^ | 00111111101001001110110010001111101010011010100001011110 | 3fa4ec8fa9a85e |
UTF-8 | 淋れŁ^ | 111011111010011110110101111000111000001010001100110001011000000101011110 | efa7b5e3828cc5815e |
UHC | 淋れŁ^ | 11101100111110001010101011101100101010001010100101011110 | ecf8aaeca8a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)