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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 첬횕횖횛횚횗 | 111011001011001010101100111011011001101010010101111011011001101010010110111011011001101010011011111011011001101010011010111011011001101010010111 | ecb2aced9a95ed9a96ed9a9bed9a9aed9a97 |
UHC | 첬횕횖횛횚횗 | 110000111011101011000011100011111100001110010000110000111001010111000011100101001100001110010001 | c3bac38fc390c395c394c391 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)