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 | ?\????? | 00111111010111000011111100111111001111110011111100111111 | 3f5c3f3f3f3f3f |
SJIS-WIN | ?\????? | 00111111010111000011111100111111001111110011111100111111 | 3f5c3f3f3f3f3f |
EUC-JP | ?\????? | 00111111010111000011111100111111001111110011111100111111 | 3f5c3f3f3f3f3f |
UTF-8 | 찾\혙혣쨘찾짰 | 11101100101100001011111001011100111011011001100010011001111011011001100010100011111011001010100010011000111011001011000010111110111011001010011110110000 | ecb0be5ced9899ed98a3eca898ecb0beeca7b0 |
UHC | 찾\혙혣쨘찾짰 | 11000011101000110101110011000010100001001100001010001100110000101011101011000011101000111100001010101110 | c3a35cc284c28cc2bac3a3c2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)