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 | ???_? | 0011111100111111001111110101111100111111 | 3f3f3f5f3f |
SJIS-WIN | ???_? | 0011111100111111001111110101111100111111 | 3f3f3f5f3f |
EUC-JP | ???_? | 0011111100111111001111110101111100111111 | 3f3f3f5f3f |
UTF-8 | 찾쨔챈_혰 | 11101100101100001011111011101100101010001001010011101100101100011000100001011111111011011001100010110000 | ecb0beeca894ecb1885fed98b0 |
UHC | 찾쨔챈_혰 | 110000111010001111000010101110011100001110100110010111111100001010010111 | c3a3c2b9c3a65fc297 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)