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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | フョ簽ミ | 1100110010101110111000101101001111010000 | ccaee2d3d0 |
EUC-JP | フョ簽ミ | 1000111011001100100011101010111011100100110101011000111011010000 | 8ecc8eaee4d58ed0 |
UTF-8 | フョ簽ミ | 111011111011111010001100111011111011110110101110111001111011000010111101111011111011111010010000 | efbe8cefbdaee7b0bdefbe90 |
UHC | ??簽? | 0011111100111111111101001101100000111111 | 3f3ff4d83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)