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 | þB±D | 1001000111111110100100100100001010010001101100011001001001000100 | 91fe924291b19244 |
SJIS-WIN | ???B?±?D | 001111110011111100111111010000100011111110000001011111010011111101000100 | 3f3f3f423f817d3f44 |
EUC-JP | ?þ?B?±?D | 0011111110001111101010011101000000111111010000100011111110100001110111100011111101000100 | 3f8fa9d03f423fa1de3f44 |
UTF-8 | þB±D | 1100001010010001110000111011111011000010100100100100001011000010100100011100001010110001110000101001001001000100 | c291c3bec29242c291c2b1c29244 |
UHC | ?þ?B?±?D | 00111111101010011010110100111111010000100011111110100001101111100011111101000100 | 3fa9ad3f423fa1be3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)