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 | 垂垂[垂垂[^ | 1001000010000010100100001000001001011011100100001000001010010000100000100101101101011110 | 908290825b908290825b5e |
EUC-JP | 垂垂[垂垂[^ | 1011111111100010101111111110001001011011101111111110001010111111111000100101101101011110 | bfe2bfe25bbfe2bfe25b5e |
UTF-8 | 垂垂[垂垂[^ | 111001011001111010000010111001011001111010000010010110111110010110011110100000101110010110011110100000100101101101011110 | e59e82e59e825be59e82e59e825b5e |
UHC | 垂垂[垂垂[^ | 1110000111110111111000011111011101011011111000011111011111100001111101110101101101011110 | e1f7e1f75be1f7e1f75b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)