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 | ツ古ヲツδ | 11000010100011001100001110100110110000101000001111000010 | c28cc3a6c283c2 |
EUC-JP | ツ古ヲツδ | 10001110110000101011100011000101100011101010011010001110110000101010011011000100 | 8ec2b8c58ea68ec2a6c4 |
UTF-8 | ツ古ヲツδ | 1110111110111110100000101110010110001111101001001110111110111101101001101110111110111110100000101100111010110100 | efbe82e58fa4efbda6efbe82ceb4 |
UHC | ?古??δ | 00111111110011011010111100111111001111111010010111100100 | 3fcdaf3f3fa5e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)