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 | ??????TB | 0011111100111111001111110011111100111111001111110101010001000010 | 3f3f3f3f3f3f5442 |
SJIS-WIN | ツ篠。ツ偲㍗TB | 1100001010001110110000101010000111000010100011101100001110000111011010000101010001000010 | c28ec2a1c28ec387685442 |
EUC-JP | ツ篠。ツ偲?TB | 10001110110000101011110011000100100011101010000110001110110000101011110011000101001111110101010001000010 | 8ec2bcc48ea18ec2bcc53f5442 |
UTF-8 | ツ篠。ツ偲㍗TB | 1110111110111110100000101110011110101111101000001110111110111101101000011110111110111110100000101110010110000001101100101110001110001101100101110101010001000010 | efbe82e7afa0efbda1efbe82e581b2e38d975442 |
UHC | ?篠????TB | 001111111110000111000110001111110011111100111111001111110101010001000010 | 3fe1c63f3f3f3f5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)