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 | 巍??絶??\ | 100110111101100100111111001111111001000011100010001111110011111101011100 | 9bd93f3f90e23f3f5c |
EUC-JP | 巍??絶??\ | 110101101101101100111111001111111100000011100100001111110011111101011100 | d6db3f3fc0e43f3f5c |
UTF-8 | 巍ㅿ풐絶볩슭\ | 11100101101101111000110111100011100001011011111111101101100100101001000011100111101101011011011011101011101100111010100111101100100010101010110101011100 | e5b78de385bfed9290e7b5b6ebb3a9ec8aad5c |
UHC | 巍ㅿ풐絶볩슭\ | 11101000111001001010010011101111101111101001010011101111101111101001001111101111101111011011111001011100 | e8e4a4efbe94efbe93efbdbe5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)