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 | 潁??倚?? | 1001111111110001001111110011111110011000110111110011111100111111 | 9ff13f3f98df3f3f |
EUC-JP | 潁??倚?? | 1101111011110011001111110011111111010000111000010011111100111111 | def33f3fd0e13f3f |
UTF-8 | 潁뺣겲倚뗧챻 | 111001101011110110000001111010111011101010100011111010101011001010110010111001011000000010011010111010111001011110100111111011001011000110111011 | e6bd81ebbaa3eab2b2e5809aeb97a7ecb1bb |
UHC | 潁뺣겲倚뗧챻 | 111001111011100010010101111010111000000110111110111010111110111110001011111001111010101010001000 | e7b895eb81beebef8be7aa88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)