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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 癲??猷??\ | 111000011001111100111111001111111001011101010001001111110011111101011100 | e19f3f3f97513f3f5c |
EUC-JP | 癲??猷??\ | 111000101010000100111111001111111100110110110010001111110011111101011100 | e2a13f3fcdb23f3f5c |
UTF-8 | 癲앷풝猷쀥쑎\ | 11100111100110011011001011101100100101011011011111101101100100101001110111100111100011001011011111101100100000001010010111101100100100011000111001011100 | e799b2ec95b7ed929de78cb7ec80a5ec918e5c |
UHC | 癲앷풝猷쀥쑎\ | 11101111101001101001110111101010101111101010000011101011101000111001011111100101100111001010110101011100 | efa69deabea0eba397e59cad5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)