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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ端ツ谷 | 110000101001001001011011110000101001001001001010 | c2925bc2924a |
EUC-JP | ツ端ツ谷 | 1000111011000010110000111011110010001110110000101100001110101011 | 8ec2c3bc8ec2c3ab |
UTF-8 | ツ端ツ谷 | 111011111011111010000010111001111010101110101111111011111011111010000010111010001011000010110111 | efbe82e7abafefbe82e8b0b7 |
UHC | ?端?谷 | 001111111101001110101110001111111100110111011011 | 3fd3ae3fcddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)