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 | ??a?? | 0011111100111111011000010011111100111111 | 3f3f613f3f |
SJIS-WIN | ツ脱aツ谷 | 11000010100100100100010101100001110000101001001001001010 | c2924561c2924a |
EUC-JP | ツ脱aツ谷 | 100011101100001011000011101001100110000110001110110000101100001110101011 | 8ec2c3a6618ec2c3ab |
UTF-8 | ツ脱aツ谷 | 11101111101111101000001011101000100001001011000101100001111011111011111010000010111010001011000010110111 | efbe82e884b161efbe82e8b0b7 |
UHC | ??a?谷 | 001111110011111101100001001111111100110111011011 | 3f3f613fcddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)