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ä | 1110001110110001100010011000010110001101010000101110010010011111 | e3b189858d42e49f |
SJIS-WIN | ?±???B?? | 001111111000000101111101001111110011111100111111010000100011111100111111 | 3f817d3f3f3f423f3f |
EUC-JP | ã±???Bä? | 10001111101010111010101010100001110111100011111100111111001111110100001010001111101010111010001100111111 | 8fabaaa1de3f3f3f428faba33f |
UTF-8 | ã± Bä | 110000111010001111000010101100011100001010001001110000101000010111000010100011010100001011000011101001001100001010011111 | c3a3c2b1c289c285c28d42c3a4c29f |
UHC | ?±???B?? | 001111111010000110111110001111110011111100111111010000100011111100111111 | 3fa1be3f3f3f423f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)