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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 砥術移芝砥 | 10010011011101011000111101110000100010001101101010001110110001011001001101110101 | 93758f7088da8ec59375 |
EUC-JP | 砥術移芝砥 | 11000101110101101011110111010001101100001101110010111100110001111100010111010110 | c5d6bdd1b0dcbcc7c5d6 |
UTF-8 | 砥術移芝砥 | 111001111010000010100101111010001010000110010011111001111010011110111011111010001000101010011101111001111010000010100101 | e7a0a5e8a193e7a7bbe88a9de7a0a5 |
UHC | 砥術移芝砥 | 11110010101100101110001011111010111011001011100111110010101110011111001010110010 | f2b2e2faecb9f2b9f2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)