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 | ?|???|??^ | 001111110111110000111111001111110011111101111100001111110011111101011110 | 3f7c3f3f3f7c3f3f5e |
SJIS-WIN | ?|???|??^ | 001111110111110000111111001111110011111101111100001111110011111101011110 | 3f7c3f3f3f7c3f3f5e |
EUC-JP | ?|???|??^ | 001111110111110000111111001111110011111101111100001111110011111101011110 | 3f7c3f3f3f7c3f3f5e |
UTF-8 | 혧|혱첩혶|혱첩^ | 111011011001100010100111011111001110110110011000101100011110110010110010101010011110110110011000101101100111110011101101100110001011000111101100101100101010100101011110 | ed98a77ced98b1ecb2a9ed98b67ced98b1ecb2a95e |
UHC | 혧|혱첩혶|혱첩^ | 110000101000111101111100110000101001100011000011101110001100001010011101011111001100001010011000110000111011100001011110 | c28f7cc298c3b8c29d7cc298c3b85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)