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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 孼??庾? | 100011111011101011000011001111110011111110001111101111001100111000111111 | 8fbac33f3f8fbcce3f |
UTF-8 | 孼뽯돆庾퀯 | 111001011010110110111100111010111011110110101111111010111000111110000110111001011011101010111110111011011000000010101111 | e5adbcebbdafeb8f86e5babeed80af |
UHC | 孼뽯돆庾퀯 | 11100101111011011001011011101011100010011001011111101010111011001011010001000010 | e5ed96eb8997eaecb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)