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 | ???逗澱 | 00111111001111110011111110010000100000001001001101100010 | 3f3f3f90809362 |
EUC-JP | ???逗澱 | 00111111001111110011111110111111111000001100010111000011 | 3f3f3fbfe0c5c3 |
UTF-8 | 롗렲뤶逗澱 | 111010111010000110010111111010111010000010110010111010111010010010110110111010011000000010010111111001101011111010110001 | eba197eba0b2eba4b6e98097e6beb1 |
UHC | 롗렲뤶逗澱 | 10001110110110111000111010111111100011111110010011010100111010001110111011111110 | 8edb8ebf8fe4d4e8eefe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)