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 | ?悠ご’◇ | 001111111001011101001001100000101011001010000001011001101000000110011110 | 3f974982b28166819e |
EUC-JP | ?悠ご’◇ | 001111111100110110101010101001001011010010100001110001111010000111111110 | 3fcdaaa4b4a1c7a1fe |
UTF-8 | 룫悠ご’◇ | 111010111010001110101011111001101000001010100000111000111000000110010100111000101000000010011001111000101001011110000111 | eba3abe682a0e38194e28099e29787 |
UHC | 룫悠ご’◇ | 10001111101000101110101011101101101010101011010010100001101011111010000111011110 | 8fa2eaedaab4a1afa1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)