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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 焌??珽? | 100011111100100111101000001111110011111110001111110010111111111000111111 | 8fc9e83f3f8fcbfe3f |
UTF-8 | 焌띔ㅄ珽렑 | 111001111000010010001100111010111001110110010100111000111000010110000100111001111000111110111101111010111010000010010001 | e7848ceb9d94e38584e78fbdeba091 |
UHC | 焌띔ㅄ珽렑 | 11110001111000001011011011101010101001001011010011101111111010101000111010100110 | f1e0b6eaa4b4efea8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)