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 | 裹賀ウ護 | 11100101111001011000100111101010101100111000110011101100 | e5e589eab38cec |
EUC-JP | 裹賀ウ護 | 1110101011100111101100101110110010001110101100111011100011101110 | eae7b2ec8eb3b8ee |
UTF-8 | 裹賀ウ護 | 111010001010001110111001111010001011001110000000111011111011110110110011111010001010110110110111 | e8a3b9e8b380efbdb3e8adb7 |
UHC | ?賀?護 | 001111111111100111000101001111111111101111011110 | 3ff9c53ffbde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)