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 | ?峨?櫻腫 | 0011111110001001111000110011111110011111010011101000111011101110 | 3f89e33f9f4e8eee |
EUC-JP | ?峨?櫻腫 | 0011111110110010111001010011111111011101101011111011110011110000 | 3fb2e53fddafbcf0 |
UTF-8 | 룶峨룵櫻腫 | 111010111010001110110110111001011011001110101000111010111010001110110101111001101010101110111011111010001000010110101011 | eba3b6e5b3a8eba3b5e6abbbe885ab |
UHC | 룶峨룵櫻腫 | 10001111101010111110010010110001100011111010101011100101101000011111000011111110 | 8fabe4b18faae5a1f0fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)