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 | ??|???? | 00111111001111110111110000111111001111110011111100111111 | 3f3f7c3f3f3f3f |
SJIS-WIN | ツ達|ツ但ツ叩 | 11000010100100100100001001111100110000101001001001000001110000101001001001000000 | c292427cc29241c29240 |
EUC-JP | ツ達|ツ但ツ叩 | 10001110110000101100001110100011011111001000111011000010110000111010001010001110110000101100001110100001 | 8ec2c3a37c8ec2c3a28ec2c3a1 |
UTF-8 | ツ達|ツ但ツ叩 | 11101111101111101000001011101001100000011001010001111100111011111011111010000010111001001011110110000110111011111011111010000010111001011000111110101001 | efbe82e981947cefbe82e4bd86efbe82e58fa9 |
UHC | ?達|?但?叩 | 00111111110100111011100101111100001111111101001110100011001111111100110110110000 | 3fd3b97c3fd3a33fcdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)