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 | 襭居グ矍 | 1110011001000010100010111000111110000011010011111110000111011101 | e6428b8f834fe1dd |
EUC-JP | 襭居グ矍 | 1110101110100011101101011110111110100101101100001110001011011111 | eba3b5efa5b0e2df |
UTF-8 | 襭居グ矍 | 111010001010010110101101111001011011000110000101111000111000001010110000111001111001111110001101 | e8a5ade5b185e382b0e79f8d |
UHC | ?居グ? | 001111111100101111011100101010111011000000111111 | 3fcbdcabb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)