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 | ??恁m? | 00111111001111111001110010001100100000101000110100111111 | 3f3f9c8c828d3f |
EUC-JP | ??恁m? | 00111111001111111101011111101100101000111110110100111111 | 3f3fd7eca3ed3f |
UTF-8 | 梨꿏恁m삖 | 111011111010011110100010111010101011111110001111111001101000000110000001111011111011110110001101111011001000001010010110 | efa7a2eabf8fe68181efbd8dec8296 |
UHC | 梨꿏恁m삖 | 11101100101100011000010101001010111011001111011010100011111011011001100010011010 | ecb1854aecf6a3ed989a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)