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 | ???弱??\ | 0011111100111111001111111000111011100011001111110011111101011100 | 3f3f3f8ee33f3f5c |
EUC-JP | ???弱??\ | 0011111100111111001111111011110011100101001111110011111101011100 | 3f3f3fbce53f3f5c |
UTF-8 | 若듸숯弱녺쪞\ | 11101111101001011011010011101011100100111011100011101100100010001010111111100101101111001011000111101011100001011011101011101100101010101001111001011100 | efa5b4eb93b8ec88afe5bcb1eb85baecaa9e5c |
UHC | 若듸숯弱녺쪞\ | 11100101101011101011010111101111101111011010000111100101101100001000011011100111101001011001011101011100 | e5aeb5efbda1e5b086e7a5975c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)