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 | ???G?? | 001111110011111100111111010001110011111100111111 | 3f3f3f473f3f |
SJIS-WIN | ?氓?G?劑 | 0011111110011111100000100011111101000111001111111001100110011101 | 3f9f823f473f999d |
EUC-JP | ?氓?G?劑 | 0011111111011101111000100011111101000111001111111101000111111101 | 3fdde23f473fd1fd |
UTF-8 | 뤗氓끔G렱劑 | 11101011101001001001011111100110101100001001001111101011100000011001010001000111111010111010000010110001111001011000101010010001 | eba497e6b093eb819447eba0b1e58a91 |
UHC | 뤗氓끔G렱劑 | 1000111111000111110110001110110010110010111110110100011110001110101111101111000010100101 | 8fc7d8ecb2fb478ebef0a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)