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 | 袱ç | 111010001010001010110001111001111001100110010010 | e8a2b1e79992 |
SJIS-WIN | ?¢±??? | 0011111110000001100100011000000101111101001111110011111100111111 | 3f8191817d3f3f3f |
EUC-JP | 袱ç?? | 100011111010101110110010101000011111000110100001110111101000111110101011101011100011111100111111 | 8fabb2a1f1a1de8fabae3f3f |
UTF-8 | 袱ç | 110000111010100011000010101000101100001010110001110000111010011111000010100110011100001010010010 | c3a8c2a2c2b1c3a7c299c292 |
UHC | ??±??? | 00111111001111111010000110111110001111110011111100111111 | 3f3fa1be3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)