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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 猷??壹?] | 1001011101010001001111110011111110011010111000110011111101011101 | 97513f3f9ae33f5d |
EUC-JP | 猷??壹?] | 1100110110110010001111110011111111010100111001010011111101011101 | cdb23f3fd4e53f5d |
UTF-8 | 猷득낄壹멡] | 11100111100011001011011111101011100100111001110111101011100000101000010011100101101000111011100111101011101010011010000101011101 | e78cb7eb939deb8284e5a3b9eba9a15d |
UHC | 猷득낄壹멡] | 1110101110100011101101011110011010110011101001011110110011101100100100010101000101011101 | eba3b5e6b3a5ecec91515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)