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 | 村造叩鱈 | 1001000110111010100100011010001010010010010000001001001001001100 | 91ba91a29240924c |
EUC-JP | 村造叩鱈 | 1100001010111100110000101010010011000011101000011100001110101101 | c2bcc2a4c3a1c3ad |
UTF-8 | 村造叩鱈 | 111001101001110110010001111010011000000010100000111001011000111110101001111010011011000110001000 | e69d91e980a0e58fa9e9b188 |
UHC | 村造叩? | 11110101101111011111000011100011110011011011000000111111 | f5bdf0e3cdb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)