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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 線件秀稔 | 1001000011111100100011001000111110001111010001111001011010101011 | 90fc8c8f8f4796ab |
EUC-JP | 線件秀稔 | 1100000011111110101101111110111110111101101010001100110010101101 | c0feb7efbda8ccad |
UTF-8 | 線件秀稔 | 111001111011011110011010111001001011101110110110111001111010011110000000111001111010100010010100 | e7b79ae4bbb6e7a780e7a894 |
UHC | 線件秀稔 | 1110000011001010110010111110110011100010101100111110110011111001 | e0cacbece2b3ecf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)