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 | ñà¾ú¶» | 1111000111100000100011101011111011111010101101101000111010111011 | f1e08ebefab68ebb |
SJIS-WIN | ?????¶?? | 001111110011111100111111001111110011111110000001111101110011111100111111 | 3f3f3f3f3f81f73f3f |
EUC-JP | ñà??ú¶?? | 100011111010101111010000100011111010101110100010001111110011111110001111101010111110001010100010111110010011111100111111 | 8fabd08faba23f3f8fabe2a2f93f3f |
UTF-8 | ñà¾ú¶» | 11000011101100011100001110100000110000101000111011000010101111101100001110111010110000101011011011000010100011101100001010111011 | c3b1c3a0c28ec2bec3bac2b6c28ec2bb |
UHC | ???¾?¶?? | 00111111001111110011111110101000111110100011111110100010110100100011111100111111 | 3f3f3fa8fa3fa2d23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)