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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隴門シ・竏ゥ | 111010001010110110010110111001011011110010100101111000101000100010101001 | e8ad96e5bca5e288a9 |
EUC-JP | 隴門シ・竏ゥ | 111100001010111111001100111001111000111010111100100011101010010111100011111010001000111010101001 | f0afcce78ebc8ea5e3e88ea9 |
UTF-8 | 隴門シ・竏ゥ | 111010011001101010110100111010011001011010000000111011111011110110111100111011111011110110100101111001111010101110001111111011111011110110101001 | e99ab4e99680efbdbcefbda5e7ab8fefbda9 |
UHC | ?門???? | 00111111110110101010011000111111001111110011111100111111 | 3fdaa63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)