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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 幄輅[幄輅[^ | 1001101111101000111001110110100101011011100110111110100011100111011010010101101101011110 | 9be8e7695b9be8e7695b5e |
EUC-JP | 幄輅[幄輅[^ | 1101011011101010111011011100101001011011110101101110101011101101110010100101101101011110 | d6eaedca5bd6eaedca5b5e |
UTF-8 | 幄輅[幄輅[^ | 111001011011100110000100111010001011110010000101010110111110010110111001100001001110100010111100100001010101101101011110 | e5b984e8bc855be5b984e8bc855b5e |
UHC | 幄輅[幄輅[^ | 1110010011000001110101101101100101011011111001001100000111010110110110010101101101011110 | e4c1d6d95be4c1d6d95b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)