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 | 謳皮調陝ッ | 111001101001000010010100111001111001001010110010111010001001111110101111 | e69094e792b2e89faf |
EUC-JP | 謳皮調陝ッ | 11101011111100001100100011101001110001001011010011110000101000011000111010101111 | ebf0c8e9c4b4f0a18eaf |
UTF-8 | 謳皮調陝ッ | 111010001010110010110011111001111001101010101110111010001010101010111111111010011001100110011101111011111011110110101111 | e8acb3e79aaee8aabfe9999defbdaf |
UHC | 謳皮調陝? | 110011111100010011111001101010111111000011100000111000001110110100111111 | cfc4f9abf0e0e0ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)