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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??恁れ? | 00111111001111111001110010001100100000101110101000111111 | 3f3f9c8c82ea3f |
EUC-JP | ??恁れ? | 00111111001111111101011111101100101001001110110000111111 | 3f3fd7eca4ec3f |
UTF-8 | 泥쵳恁れ괜 | 111011111010011110100011111011001011010110110011111001101000000110000001111000111000001010001100111010101011010010011100 | efa7a3ecb5b3e68181e3828ceab49c |
UHC | 泥쵳恁れ괜 | 11101100101100101010110101001110111011001111011010101010111011001011000110100110 | ecb2ad4eecf6aaecb1a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)