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 | 攸ゆ?蘂 | 10011101101111111000001011100100001111111110010101000001 | 9dbf82e43fe541 |
EUC-JP | 攸ゆ?蘂 | 11011010110000011010010011100110001111111110100110100010 | dac1a4e63fe9a2 |
UTF-8 | 攸ゆ뵹蘂 | 111001101001010010111000111000111000001010000110111010111011010110111001111010001001100010000010 | e694b8e38286ebb5b9e89882 |
UHC | 攸ゆ뵹蘂 | 1110101011110010101010101110011010010100101101111110011111011110 | eaf2aae694b7e7de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)