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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??絨?忿? | 0011111100111111111000110100111100111111100111000111110000111111 | 3f3fe34f3f9c7c3f |
EUC-JP | ??絨?忿? | 0011111100111111111001011011000000111111110101111101110100111111 | 3f3fe5b03fd7dd3f |
UTF-8 | 뤯휄絨춳忿렟 | 111010111010010010101111111011011001110010000100111001111011010110101000111011001011011010110011111001011011111110111111111010111010000010011111 | eba4afed9c84e7b5a8ecb6b3e5bfbfeba09f |
UHC | 뤯휄絨춳忿렟 | 100011111101110111001000110101001110101111010110101011011000111111011101110010001000111010110000 | 8fddc8d4ebd6ad8fddc88eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)