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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ????檗B | 00111111001111110011111100111111100111110100000001000010 | 3f3f3f3f9f4042 |
EUC-JP | ????檗B | 00111111001111110011111100111111110111011010000101000010 | 3f3f3f3fdda142 |
UTF-8 | 梨편렗띤檗B | 11101111101001111010001011101101100011101011100011101011101000001001011111101011100111011010010011100110101010101001011101000010 | efa7a2ed8eb8eba097eb9da4e6aa9742 |
UHC | 梨편렗띤檗B | 1110110010110001110001101110110110001110101011001011011011101101110110111111110001000010 | ecb1c6ed8eacb6eddbfc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)