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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
UTF-8 | 횧횞챙쨀첩쩔\ | 11101101100110101010011111101101100110101001111011101100101100011001100111101100101010001000000011101100101100101010100111101100101010011001010001011100 | ed9aa7ed9a9eecb199eca880ecb2a9eca9945c |
UHC | 횧횞챙쨀첩쩔\ | 11000011100111101100001110010111110000111010110011000010101100111100001110111000110000101011111101011100 | c39ec397c3acc2b3c3b8c2bf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)