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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????х? | 00111111001111110011111100111111100001001000011100111111 | 3f3f3f3f84873f |
EUC-JP | ???沅х? | 001111110011111100111111100011111100011011101001101001111110011100111111 | 3f3f3f8fc6e9a7e73f |
UTF-8 | 嶺뚮슦沅х춯 | 1110111110100110101010111110101110011010101011101110110010001010101001101110011010110010100001011101000110000101111011001011011010101111 | efa6abeb9aaeec8aa6e6b285d185ecb6af |
UHC | 嶺뚮슦沅х춯 | 111001111010110110001100111010111001101010110000111010101011011010101100111001111010110110001100 | e7ad8ceb9ab0eab6ace7ad8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)