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 | 罨芽唇譴 | 1110001110101010100010011110100010010000010011111110011010100010 | e3aa89e8904fe6a2 |
EUC-JP | 罨芽唇譴 | 1110011010101100101100101110101010111111101100001110110010100100 | e6acb2eabfb0eca4 |
UTF-8 | 罨芽唇譴 | 111001111011110110101000111010001000101010111101111001011001010010000111111010001010110110110100 | e7bda8e88abde59487e8adb4 |
UHC | ?芽唇譴 | 00111111111001001011010011110010110001101100110010111001 | 3fe4b4f2c6ccb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)