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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 潁??韋 | 100111111111000100111111001111111110100011101000 | 9ff13f3fe8e8 |
EUC-JP | 潁??韋 | 110111101111001100111111001111111111000011101010 | def33f3ff0ea |
UTF-8 | 潁딄퇎韋 | 111001101011110110000001111010111001010010000100111011011000011110001110111010011001111110001011 | e6bd81eb9484ed878ee99f8b |
UHC | 潁딄퇎韋 | 1110011110111000100010101110101010110111100111111110101011011111 | e7b88aeab79feadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)