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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 辿叩辿族] | 100100100100100010010010010000001001001001001000100100011011000001011101 | 92489240924891b05d |
EUC-JP | 辿叩辿族] | 110000111010100111000011101000011100001110101001110000101011001001011101 | c3a9c3a1c3a9c2b25d |
UTF-8 | 辿叩辿族] | 11101000101111101011111111100101100011111010100111101000101111101011111111100110100101111000111101011101 | e8bebfe58fa9e8bebfe6978f5d |
UHC | ?叩?族] | 00111111110011011011000000111111111100001110100101011101 | 3fcdb03ff0e95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)