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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 閻駆棘岺サ | 111010001000010110001011111011001001111010011001111110101010110110111011 | e8858bec9e99faadbb |
EUC-JP | 閻駆棘岺サ | 1110111111100101101101101110111011011011111110011000111110111011101110001000111010111011 | efe5b6eedbf98fbbb88ebb |
UTF-8 | 閻駆棘岺サ | 111010011001011010111011111010011010011110000110111001101010001110011000111001011011001010111010111011111011110110111011 | e996bbe9a786e6a398e5b2baefbdbb |
UHC | 閻?棘岺? | 1110011110100010001111111101000010111110110101101011100100111111 | e7a23fd0bed6b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)