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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??鵑芸 | 001111110011111111101010010000111000110001111100 | 3f3fea438c7c |
EUC-JP | ??鵑芸 | 001111110011111111110011101001001011011111011101 | 3f3ff3a4b7dd |
UTF-8 | 梨쇨鵑芸 | 111011111010011110100010111011001000011110101000111010011011010110010001111010001000101010111000 | efa7a2ec87a8e9b591e88ab8 |
UHC | 梨쇨鵑芸 | 1110110010110001101111001110101011001100101110111110100111111101 | ecb1bceaccbbe9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)