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 | 霖ツ螯ァ祥サ | 111010001100000111000010111001011010011010100111100011111100101110111011 | e8c1c2e5a6a78fcbbb |
EUC-JP | 霖ツ螯ァ祥サ | 111100001100001110001110110000101110101010101000100011101010011110111110110011011000111010111011 | f0c38ec2eaa88ea7becd8ebb |
UTF-8 | 霖ツ螯ァ祥サ | 111010011001110010010110111011111011111010000010111010001001111010101111111011111011110110100111111001111010010110100101111011111011110110111011 | e99c96efbe82e89eafefbda7e7a5a5efbdbb |
UHC | 霖???祥? | 1101011111111101001111110011111100111111110111111101010000111111 | d7fd3f3f3fdfd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)