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 | ?芸想 | 0011111110001100011111001001000101111010 | 3f8c7c917a |
EUC-JP | ?芸想 | 0011111110110111110111011100000111011011 | 3fb7ddc1db |
UTF-8 | 룷芸想 | 111010111010001110110111111010001000101010111000111001101000001110110011 | eba3b7e88ab8e683b3 |
UHC | 룷芸想 | 100011111010110011101001111111011101111111001100 | 8face9fddfcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)