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 | 隶瑚ェ樣サ | 1110100010101110100011001110100010101010100111101110100110111011 | e8ae8ce8aa9ee9bb |
EUC-JP | 隶瑚ェ樣サ | 11110000101100001011100011101010100011101010101011011100111010111000111010111011 | f0b0b8ea8eaadceb8ebb |
UTF-8 | 隶瑚ェ樣サ | 111010011001101010110110111001111001000110011010111011111011110110101010111001101010100010100011111011111011110110111011 | e99ab6e7919aefbdaae6a8a3efbdbb |
UHC | ?瑚?樣? | 00111111111110111101000100111111111001011100011000111111 | 3ffbd13fe5c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)