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 | ?唯??? | 001111111001011101000010001111110011111100111111 | 3f97423f3f3f |
EUC-JP | ?唯??? | 001111111100110110100011001111110011111100111111 | 3fcda33f3f3f |
UTF-8 | 롎唯렒롚렳 | 111010111010000110001110111001011001010010101111111010111010000010010010111010111010000110011010111010111010000010110011 | eba18ee594afeba092eba19aeba0b3 |
UHC | 롎唯렒롚렳 | 10001110110101001110101011100110100011101010011110001110110111101000111011000000 | 8ed4eae68ea78ede8ec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)