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 | ツ偲づε | 11000010100011101100001110000010110000111000001111000011 | c28ec382c383c3 |
EUC-JP | ツ偲づε | 1000111011000010101111001100010110100100110001011010011011000101 | 8ec2bcc5a4c5a6c5 |
UTF-8 | ツ偲づε | 1110111110111110100000101110010110000001101100101110001110000001101001011100111010110101 | efbe82e581b2e381a5ceb5 |
UHC | ??づε | 001111110011111110101010110001011010010111100101 | 3f3faac5a5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)