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 | ?@n}?@n{^ | 001111110100000001101110011111010011111101000000011011100111101101011110 | 3f406e7d3f406e7b5e |
SJIS-WIN | 轍@n}轍@n{^ | 1001001101010001010000000110111001111101100100110101000101000000011011100111101101011110 | 9351406e7d9351406e7b5e |
EUC-JP | 轍@n}轍@n{^ | 1100010110110010010000000110111001111101110001011011001001000000011011100111101101011110 | c5b2406e7dc5b2406e7b5e |
UTF-8 | 轍@n}轍@n{^ | 11101000101111011000110101000000011011100111110111101000101111011000110101000000011011100111101101011110 | e8bd8d406e7de8bd8d406e7b5e |
UHC | 轍@n}轍@n{^ | 1111010011010000010000000110111001111101111101001101000001000000011011100111101101011110 | f4d0406e7df4d0406e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)