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 | 謳定シ | 1110011010010000100100101110100010111100 | e69092e8bc |
EUC-JP | 謳定シ | 111010111111000011000100111010101000111010111100 | ebf0c4ea8ebc |
UTF-8 | 謳定シ | 111010001010110010110011111001011010111010011010111011111011110110111100 | e8acb3e5ae9aefbdbc |
UHC | 謳定? | 1100111111000100111011111101001000111111 | cfc4efd23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)