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 | ??Z???? | 00111111001111110101101000111111001111110011111100111111 | 3f3f5a3f3f3f3f |
SJIS-WIN | テ「Zツ債セツ | 1100001110100010010110101100001010001101110000101011111011000010 | c3a25ac28dc2bec2 |
EUC-JP | テ「Zツ債セツ | 10001110110000111000111010100010010110101000111011000010101110101100010010001110101111101000111011000010 | 8ec38ea25a8ec2bac48ebe8ec2 |
UTF-8 | テ「Zツ債セツ | 11101111101111101000001111101111101111011010001001011010111011111011111010000010111001011000001010110101111011111011110110111110111011111011111010000010 | efbe83efbda25aefbe82e582b5efbdbeefbe82 |
UHC | ??Z?債?? | 0011111100111111010110100011111111110011111100000011111100111111 | 3f3f5a3ff3f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)