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 | 曜ゆ?撓 | 10010111011010101000001011100100001111111001110110011010 | 976a82e43f9d9a |
EUC-JP | 曜ゆ?撓 | 11001101110010111010010011100110001111111101100111111010 | cdcba4e63fd9fa |
UTF-8 | 曜ゆ슲撓 | 111001101001101110011100111000111000001010000110111011001000101010110010111001101001001010010011 | e69b9ce38286ec8ab2e69293 |
UHC | 曜ゆ슲撓 | 1110100011111000101010101110011010011010101110011110100011110101 | e8f8aae69ab9e8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)