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 | セャ胥辞蔀 | 1011111010101100111000111110111110001110101010111000111011000001 | beace3ef8eab8ec1 |
EUC-JP | セャ胥辞蔀 | 10001110101111101000111010101100111001101111000110111100101011011011110011000011 | 8ebe8eace6f1bcadbcc3 |
UTF-8 | セャ胥辞蔀 | 111011111011110110111110111011111011110110101100111010001000001110100101111010001011111010011110111010001001010010000000 | efbdbeefbdace883a5e8be9ee89480 |
UHC | ??胥?? | 001111110011111111100000101000010011111100111111 | 3f3fe0a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)