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 | フ「翦釭 | 110011001010001011100011110001101111101110111101 | cca2e3c6fbbd |
EUC-JP | フ「翦釭 | 100011101100110010001110101000101110011011001000100011111110001110101111 | 8ecc8ea2e6c88fe3af |
UTF-8 | フ「翦釭 | 111011111011111010001100111011111011110110100010111001111011111110100110111010011000011110101101 | efbe8cefbda2e7bfa6e987ad |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)