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 | ??r?? | 0011111100111111011100100011111100111111 | 3f3f723f3f |
SJIS-WIN | テ「rツ曠 | 110000111010001001110010110000101001111001000100 | c3a272c29e44 |
EUC-JP | テ「rツ曠 | 100011101100001110001110101000100111001010001110110000101101101110100101 | 8ec38ea2728ec2dba5 |
UTF-8 | テ「rツ曠 | 11101111101111101000001111101111101111011010001001110010111011111011111010000010111001101001101110100000 | efbe83efbda272efbe82e69ba0 |
UHC | ??r?曠 | 001111110011111101110010001111111100111011000111 | 3f3f723fcec7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)