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 | ツ古個古沓 | 110000101000110011000011100011001100001010001100110000111000110001000010 | c28cc38cc28cc38c42 |
EUC-JP | ツ古個古沓 | 10001110110000101011100011000101101110001100010010111000110001011011011110100011 | 8ec2b8c5b8c4b8c5b7a3 |
UTF-8 | ツ古個古沓 | 111011111011111010000010111001011000111110100100111001011000000010001011111001011000111110100100111001101011001010010011 | efbe82e58fa4e5808be58fa4e6b293 |
UHC | ?古個古沓 | 001111111100110110101111110010111100000111001101101011111101001111001011 | 3fcdafcbc1cdafd3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)