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 | 杓革鞣執 | 1000111011011011100010100111011011101000111000101000111010110111 | 8edb8a76e8e28eb7 |
EUC-JP | 杓革鞣執 | 1011110011011101101100111101011111110000111001001011110010111001 | bcddb3d7f0e4bcb9 |
UTF-8 | 杓革鞣執 | 111001101001110110010011111010011001110110101001111010011001111010100011111001011001111110110111 | e69d93e99da9e99ea3e59fb7 |
UHC | 杓革?執 | 11111000111101011111101011010100001111111111001011111011 | f8f5fad43ff2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)