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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ツ単ツ淡ツ達 | 110000101001001001010000110000101001001001010111110000101001001001000010 | c29250c29257c29242 |
EUC-JP | ツ単ツ淡ツ達 | 100011101100001011000011101100011000111011000010110000111011100010001110110000101100001110100011 | 8ec2c3b18ec2c3b88ec2c3a3 |
UTF-8 | ツ単ツ淡ツ達 | 111011111011111010000010111001011000110110011000111011111011111010000010111001101011011110100001111011111011111010000010111010011000000110010100 | efbe82e58d98efbe82e6b7a1efbe82e98194 |
UHC | ???淡?達 | 0011111100111111001111111101001110111111001111111101001110111001 | 3f3f3fd3bf3fd3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)