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 | ????_??? | 0011111100111111001111110011111101011111001111110011111100111111 | 3f3f3f3f5f3f3f3f |
SJIS-WIN | ????_??? | 0011111100111111001111110011111101011111001111110011111100111111 | 3f3f3f3f5f3f3f3f |
EUC-JP | ????_??? | 0011111100111111001111110011111101011111001111110011111100111111 | 3f3f3f3f5f3f3f3f |
UTF-8 | 렻렧렻렍_렻팍렏 | 11101011101000001011101111101011101000001010011111101011101000001011101111101011101000001000110101011111111010111010000010111011111011011000110010001101111010111010000010001111 | eba0bbeba0a7eba0bbeba08d5feba0bbed8c8deba08f |
UHC | 렻렧렻렍_렻팍렏 | 100011101100001110001110101101101000111011000011100011101010001101011111100011101100001111000110110001011000111010100101 | 8ec38eb68ec38ea35f8ec3c6c58ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)