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 | ????o | 001111110011111100111111001111111000001010001111 | 3f3f3f3f828f |
EUC-JP | ????o | 001111110011111100111111001111111010001111101111 | 3f3f3f3fa3ef |
UTF-8 | 嶺뚮슣杻o | 111011111010011010101011111010111001101010101110111011001000101010100011111011111010011110001000111011111011110110001111 | efa6abeb9aaeec8aa3efa788efbd8f |
UHC | 嶺뚮슣杻o | 11100111101011011000110011101011100110101010111111101010111101001010001111101111 | e7ad8ceb9aafeaf4a3ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)