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 | ???脚??? | 0011111100111111001111111000101101110010001111110011111100111111 | 3f3f3f8b723f3f3f |
EUC-JP | ???脚??? | 0011111100111111001111111011010111010011001111110011111100111111 | 3f3f3fb5d33f3f3f |
UTF-8 | 렺렯렻脚렡렺렲 | 111010111010000010111010111010111010000010101111111010111010000010111011111010001000010010011010111010111010000010100001111010111010000010111010111010111010000010110010 | eba0baeba0afeba0bbe8849aeba0a1eba0baeba0b2 |
UHC | 렺렯렻脚렡렺렲 | 1000111011000010100011101011110010001110110000111100101011000101100011101011001010001110110000101000111010111111 | 8ec28ebc8ec3cac58eb28ec28ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)