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 | 隶門漉諞ァ | 111010001010111010010110111001011000110110010111111001101000011010100111 | e8ae96e58d97e686a7 |
EUC-JP | 隶門漉諞ァ | 11110000101100001100110011100111101110011111011111101011111001101000111010100111 | f0b0cce7b9f7ebe68ea7 |
UTF-8 | 隶門漉諞ァ | 111010011001101010110110111010011001011010000000111001101011110010001001111010001010101110011110111011111011110110100111 | e99ab6e99680e6bc89e8ab9eefbda7 |
UHC | ?門??? | 001111111101101010100110001111110011111100111111 | 3fdaa63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)