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 | 顆よ瑳籬錬 | 11101000111101111000001011100110100011011011101011100010110111111001100001000010 | e8f782e68dbae2df9842 |
EUC-JP | 顆よ瑳籬錬 | 11110000111110011010010011101000101110101011110011100100111000011100111110100011 | f0f9a4e8babce4e1cfa3 |
UTF-8 | 顆よ瑳籬錬 | 111010011010000110000110111000111000001010001000111001111001000110110011111001111011000110101100111010011000110010101100 | e9a186e38288e791b3e7b1ace98cac |
UHC | 顆よ?籬? | 1100111010101000101010101110100000111111110101111110011000111111 | cea8aae83fd7e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)