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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ愿按姪オ | 1100001010011100110000111000100011000010100101101100001110110101 | c29cc388c296c3b5 |
EUC-JP | ツ愿按姪オ | 10001110110000101101100011000101101100001100010011001100110001011000111010110101 | 8ec2d8c5b0c4ccc58eb5 |
UTF-8 | ツ愿按姪オ | 111011111011111010000010111001101000010010111111111001101000110010001001111001011010011110101010111011111011110110110101 | efbe82e684bfe68c89e5a7aaefbdb5 |
UHC | ?愿按姪? | 0011111111101010101101001110010011001110111100101110101100111111 | 3feab4e4cef2eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)