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 | 陲ア荵怜゙ | 1110100010100010101100011110010010111001100101111110010111011110 | e8a2b1e4b997e5de |
EUC-JP | 陲ア荵怜゙ | 11110000101001001000111010110001111010001011101111001110111001111000111011011110 | f0a48eb1e8bbcee78ede |
UTF-8 | 陲ア荵怜゙ | 111010011001100110110010111011111011110110110001111010001000110110110101111001101000000010011100111011111011111010011110 | e999b2efbdb1e88db5e6809cefbe9e |
UHC | ???怜? | 001111110011111100111111110101101011101100111111 | 3f3f3fd6bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)