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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?雕? | 00111111111010001011100000111111 | 3fe8b83f |
EUC-JP | ?雕? | 00111111111100001011101000111111 | 3ff0ba3f |
UTF-8 | 렺雕렞 | 111010111010000010111010111010011001101110010101111010111010000010011110 | eba0bae99b95eba09e |
UHC | 렺雕렞 | 100011101100001011110000111001111000111010101111 | 8ec2f0e78eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)