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 | ?爲??? | 001111111110000010101000001111110011111100111111 | 3fe0a83f3f3f |
EUC-JP | ?爲??? | 001111111110000010101010001111110011111100111111 | 3fe0aa3f3f3f |
UTF-8 | 롎爲렣롅렒 | 111010111010000110001110111001111000100010110010111010111010000010100011111010111010000110000101111010111010000010010010 | eba18ee788b2eba0a3eba185eba092 |
UHC | 롎爲렣롅렒 | 10001110110101001110101011010011100011101011010010001110110010111000111010100111 | 8ed4ead38eb48ecb8ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)