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 | 震?菖? | 100100000110101100111111100011111101001000111111 | 906b3f8fd23f |
EUC-JP | 震?菖? | 101111111100110000111111101111101101010000111111 | bfcc3fbed43f |
UTF-8 | 震렾菖렚 | 111010011001110010000111111010111010000010111110111010001000111110010110111010111010000010011010 | e99c87eba0bee88f96eba09a |
UHC | 震렾菖렚 | 1111001011101000100011101100011011110011111011101000111010101101 | f2e88ec6f3ee8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)