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 | ??????{d | 0011111100111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f3f7b64 |
SJIS-WIN | テォツスツ腕{d | 110000111010101111000010101111011100001010011000011100100111101101100100 | c3abc2bdc298727b64 |
EUC-JP | テォツスツ腕{d | 1000111011000011100011101010101110001110110000101000111010111101100011101100001011001111110100110111101101100100 | 8ec38eab8ec28ebd8ec2cfd37b64 |
UTF-8 | テォツスツ腕{d | 1110111110111110100000111110111110111101101010111110111110111110100000101110111110111101101111011110111110111110100000101110100010000101100101010111101101100100 | efbe83efbdabefbe82efbdbdefbe82e885957b64 |
UHC | ?????腕{d | 001111110011111100111111001111110011111111101000110100110111101101100100 | 3f3f3f3f3fe8d37b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)