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 | ツ古篠貌 | 11000010100011001100001110001110110000101001011001100101 | c28cc38ec29665 |
EUC-JP | ツ古篠貌 | 1000111011000010101110001100010110111100110001001100101111000110 | 8ec2b8c5bcc4cbc6 |
UTF-8 | ツ古篠貌 | 111011111011111010000010111001011000111110100100111001111010111110100000111010001011001010001100 | efbe82e58fa4e7afa0e8b28c |
UHC | ?古篠貌 | 00111111110011011010111111100001110001101101100111001001 | 3fcdafe1c6d9c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)