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 | ?}?冀? | 00111111100000010111000000111111100110010110001000111111 | 3f81703f99623f |
EUC-JP | ?}?冀? | 00111111101000011101000100111111110100011100001100111111 | 3fa1d13fd1c33f |
UTF-8 | 룶}룵冀◐ | 111010111010001110110110111011111011110110011101111010111010001110110101111001011000011010000000111000101001011110010000 | eba3b6efbd9deba3b5e58680e29790 |
UHC | 룶}룵冀◐ | 10001111101010111010001111111101100011111010101011010000111011011010001011000100 | 8faba3fd8faad0eda2c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)