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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?纜??? | 001111111110001110011100001111110011111100111111 | 3fe39c3f3f3f |
EUC-JP | ?纜??? | 001111111110010111111100001111110011111100111111 | 3fe5fc3f3f3f |
UTF-8 | 렺纜렻렮렻 | 111010111010000010111010111001111011101010011100111010111010000010111011111010111010000010101110111010111010000010111011 | eba0bae7ba9ceba0bbeba0aeeba0bb |
UHC | 렺纜렻렮렻 | 10001110110000101101010110111111100011101100001110001110101110111000111011000011 | 8ec2d5bf8ec38ebb8ec3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)