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 | û[§£ | 11000011101110110101101111000010101001111100001010100011 | c3bb5bc2a7c2a3 |
SJIS-WIN | ??[?§?£ | 001111110011111101011011001111111000000110011000001111111000000110010010 | 3f3f5b3f81983f8192 |
EUC-JP | �[§£ | 100011111010101010101010001111110101101110001111101010101010010010100001111110001000111110101010101001001010000111110010 | 8faaaa3f5b8faaa4a1f88faaa4a1f2 |
UTF-8 | û[§£ | 11000011100000111100001010111011010110111100001110000010110000101010011111000011100000101100001010100011 | c383c2bb5bc382c2a7c382c2a3 |
UHC | ??[?§?? | 0011111100111111010110110011111110100001110101110011111100111111 | 3f3f5b3fa1d73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)