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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謫瀧? | 1110011010010011100100011110101100111111 | e69391eb3f |
EUC-JP | 謫瀧? | 1110101111110011110000101110110100111111 | ebf3c2ed3f |
UTF-8 | 謫瀧렡 | 111010001010110010101011111001111000000010100111111010111010000010100001 | e8acabe780a7eba0a1 |
UHC | 謫瀧렡 | 111011101110001111010110111010011000111010110010 | eee3d6e98eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)