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 | 日?精?? | 10010011111110100011111110010000101110000011111100111111 | 93fa3f90b83f3f |
EUC-JP | 日?精?塡 | 110001101111110000111111110000001011101000111111100011111011100010110100 | c6fc3fc0ba3f8fb8b4 |
UTF-8 | 日렮精렖塡 | 111001101001011110100101111010111010000010101110111001111011001010111110111010111010000010010110111001011010000110100001 | e697a5eba0aee7b2beeba096e5a1a1 |
UHC | 日렮精렖塡 | 11101100111011011000111010111011111011111111000110001110101010111110111011110011 | eced8ebbeff18eabeef3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)