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 | ??G???? | 00111111001111110100011100111111001111110011111100111111 | 3f3f473f3f3f3f |
SJIS-WIN | テコGツ篠ーツ | 1100001110111010010001111100001010001110110000101011000011000010 | c3ba47c28ec2b0c2 |
EUC-JP | テコGツ篠ーツ | 10001110110000111000111010111010010001111000111011000010101111001100010010001110101100001000111011000010 | 8ec38eba478ec2bcc48eb08ec2 |
UTF-8 | テコGツ篠ーツ | 11101111101111101000001111101111101111011011101001000111111011111011111010000010111001111010111110100000111011111011110110110000111011111011111010000010 | efbe83efbdba47efbe82e7afa0efbdb0efbe82 |
UHC | ??G?篠?? | 0011111100111111010001110011111111100001110001100011111100111111 | 3f3f473fe1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)