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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 苜緒酋薊 | 1110010010011100100011111000111110001111010101011110010101001000 | e49c8f8f8f55e548 |
EUC-JP | 苜緒酋薊 | 1110011111111100101111011110111110111101101101101110100110101001 | e7fcbdefbdb6e9a9 |
UTF-8 | 苜緒酋薊 | 111010001000101110011100111001111011011110010010111010011000010110001011111010001001011010001010 | e88b9ce7b792e9858be8968a |
UHC | ??酋? | 0011111100111111111101011101110000111111 | 3f3ff5dc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)