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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 骭サ蟠友 | 11101001100011001011101111100101101101001001011101000110 | e98cbbe5b49746 |
EUC-JP | 骭サ蟠友 | 1111000111101100100011101011101111101010101101101100110110100111 | f1ec8ebbeab6cda7 |
UTF-8 | 骭サ蟠友 | 111010011010101010101101111011111011110110111011111010001001111110100000111001011000111110001011 | e9aaadefbdbbe89fa0e58f8b |
UHC | ??蟠友 | 001111110011111111011010111101101110100111010010 | 3f3fdaf6e9d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)