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 | ツ達ツ端 | 110000101001001001000010110000101001001001011011 | c29242c2925b |
EUC-JP | ツ達ツ端 | 1000111011000010110000111010001110001110110000101100001110111100 | 8ec2c3a38ec2c3bc |
UTF-8 | ツ達ツ端 | 111011111011111010000010111010011000000110010100111011111011111010000010111001111010101110101111 | efbe82e98194efbe82e7abaf |
UHC | ?達?端 | 001111111101001110111001001111111101001110101110 | 3fd3b93fd3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)