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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 床モ?谿ム | 10001111101100001101001100111111111001101010111011010001 | 8fb0d33fe6aed1 |
EUC-JP | 床モ繐谿ム | 1011111010110010100011101101001110001111110101001101001111101100101100001000111011010001 | beb28ed38fd4d3ecb08ed1 |
UTF-8 | 床モ繐谿ム | 111001011011101010001010111011111011111010010011111001111011100110010000111010001011000010111111111011111011111010010001 | e5ba8aefbe93e7b990e8b0bfefbe91 |
UHC | 床??谿? | 11011111110010010011111100111111110011011010110000111111 | dfc93f3fcdac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)