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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ????ъ?\ | 0011111100111111001111110011111110000100100011000011111101011100 | 3f3f3f3f848c3f5c |
EUC-JP | ????ъ?\ | 0011111100111111001111110011111110100111111011000011111101011100 | 3f3f3f3fa7ec3f5c |
UTF-8 | 泥좏슊泥ъ콉\ | 111011111010011110100011111011001010001010001111111011001000101010001010111011111010011110100011110100011000101011101100101111011000100101011100 | efa7a3eca28fec8a8aefa7a3d18aecbd895c |
UHC | 泥좏슊泥ъ콉\ | 11101100101100101010000011101101100110101001101011101100101100101010110011101100101100011000010101011100 | ecb2a0ed9a9aecb2acecb1855c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)