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 | 村多樽叩 | 1001000110111010100100011011110110010010010011011001001001000000 | 91ba91bd924d9240 |
EUC-JP | 村多樽叩 | 1100001010111100110000101011111111000011101011101100001110100001 | c2bcc2bfc3aec3a1 |
UTF-8 | 村多樽叩 | 111001101001110110010001111001011010010010011010111001101010100010111101111001011000111110101001 | e69d91e5a49ae6a8bde58fa9 |
UHC | 村多樽叩 | 1111010110111101110100101111110111110001110111001100110110110000 | f5bdd2fdf1dccdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)