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 | 瘁咤[瘁咤[^ | 1110000110000001100110100100001001011011111000011000000110011010010000100101101101011110 | e1819a425be1819a425b5e |
EUC-JP | 瘁咤[瘁咤[^ | 1110000111100001110100111010001101011011111000011110000111010011101000110101101101011110 | e1e1d3a35be1e1d3a35b5e |
UTF-8 | 瘁咤[瘁咤[^ | 111001111001100010000001111001011001001010100100010110111110011110011000100000011110010110010010101001000101101101011110 | e79881e592a45be79881e592a45b5e |
UHC | ?咤[?咤[^ | 001111111111011011100011010110110011111111110110111000110101101101011110 | 3ff6e35b3ff6e35b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)