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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??繰??糟^ | 001111110011111110001100010010100011111100111111100100011000110001011110 | 3f3f8c4a3f3f918c5e |
EUC-JP | ??繰??糟^ | 001111110011111110110111101010110011111100111111110000011110110001011110 | 3f3fb7ab3f3fc1ec5e |
UTF-8 | 룴가繰룴가糟^ | 11101011101000111011010011101010101100001000000011100111101110011011000011101011101000111011010011101010101100001000000011100111101100111001111101011110 | eba3b4eab080e7b9b0eba3b4eab080e7b39f5e |
UHC | 룴가繰룴가糟^ | 10001111101010011011000010100001111100001101101110001111101010011011000010100001111100001101100101011110 | 8fa9b0a1f0db8fa9b0a1f0d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)