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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????鰻?? | 0011111100111111001111110011111110001001010101100011111100111111 | 3f3f3f3f89563f3f |
EUC-JP | ????鰻?? | 0011111100111111001111110011111110110001101101110011111100111111 | 3f3f3f3fb1b73f3f |
UTF-8 | 렺씽렎렻鰻셍렪 | 111010111010000010111010111011001001010010111101111010111010000010001110111010111010000010111011111010011011000010111011111011001000010110001101111010111010000010101010 | eba0baec94bdeba08eeba0bbe9b0bbec858deba0aa |
UHC | 렺씽렎렻鰻셍렪 | 1000111011000010101111101100010110001110101001001000111011000011110110001100010010111100110001001000111010111000 | 8ec2bec58ea48ec3d8c4bcc48eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)